pgAdmin III commit: The generic list view control on the Mac doesn't fi

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: The generic list view control on the Mac doesn't fi
Date: 2011-02-03 21:22:07
Message-ID: 201102032122.p13LM7MS079834@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

The generic list view control on the Mac doesn't fire focus events
as it should, so we set currentControl here instead of relying on
the ChildFocusEvent. The native list view does fire the events, but
does weird things with multi-select items so we currently disable
it (see the creation of the listviews in frmMain.cpp).

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=182d7e0d974379b96430fe857de792625dddd4c3

Modified Files
--------------
pgadmin/frm/events.cpp | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-02-03 21:24:45 pgAdmin III commit: Trim the training newline from text copied from a l
Previous Message Dave Page 2011-02-03 19:56:50 pgAdmin III commit: Add a couple of #includes to keep GCC happy, and ru