SVN Commit by dpage: r4851 - branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4851 - branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl
Date
Msg-id 200512211410.jBLEAU5p016758@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-12-21 14:10:30 +0000 (Wed, 21 Dec 2005)
New Revision: 4851

Modified:
   branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl/ctlComboBox.h
Log:
wxMac combo box fix


Modified: branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl/ctlComboBox.h
===================================================================
--- branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl/ctlComboBox.h    2005-12-21 13:11:03 UTC (rev 4850)
+++ branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl/ctlComboBox.h    2005-12-21 14:10:30 UTC (rev 4851)
@@ -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: Andreas Pflug
Date:
Subject: Re: 1.4.1 On OSX
Next
From: "Dave Page"
Date:
Subject: Re: 1.4.1 On OSX