Author: dpage
Date: 2009-01-14 10:21:57 +0000 (Wed, 14 Jan 2009)
New Revision: 7552
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7552&view=rev
Log:
Add a hack to switch between the native and generic wxListCtrl on Mac.
The native control has issues with multi-select when used on frmMain
and by the autocomplete menu used by wxSTC. The generic control has
sizing issues when used in the dialogues. These issues exist with
wxWidgets <= 2.8.9
Modified:
trunk/pgadmin3/pgadmin/ctl/ctlSQLBox.cpp
trunk/pgadmin3/pgadmin/frm/frmMain.cpp
trunk/pgadmin3/pgadmin/pgAdmin3.cpp