SVN Commit by andreas: r4850 - trunk/pgadmin3/src/include/ctl - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by andreas: r4850 - trunk/pgadmin3/src/include/ctl
Date
Msg-id 200512211311.jBLDB4Tv016214@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: andreas
Date: 2005-12-21 13:11:03 +0000 (Wed, 21 Dec 2005)
New Revision: 4850

Modified:
   trunk/pgadmin3/src/include/ctl/ctlComboBox.h
Log:
wxMac wxComboBox fix

Modified: trunk/pgadmin3/src/include/ctl/ctlComboBox.h
===================================================================
--- trunk/pgadmin3/src/include/ctl/ctlComboBox.h    2005-12-20 20:54:32 UTC (rev 4849)
+++ trunk/pgadmin3/src/include/ctl/ctlComboBox.h    2005-12-21 13:11:03 UTC (rev 4850)
@@ -25,7 +25,7 @@
 public:
     ctlComboBoxFix(wxWindow *wnd, int id, wxPoint pos, wxSize siz, long attr);

-#if wxCHECK_VERSION(2,6,2)
+#if wxCHECK_VERSION(2,6,2) && !defined(__WXMAC__)
     // we have GetCurrentSelection() in wxChoice, implementing the old GetSelection() semantics
 #else
     int GetCurrentSelection() const { return wxComboBox::GetSelection(); }


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: 1.4.1 On OSX
Next
From: Andreas Pflug
Date:
Subject: Re: 1.4.1 On OSX