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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4851 - branches/REL-1_4_0_PATCHES/pgadmin3/src/include/ctl
Date: 2005-12-21 14:10:30
Message-ID: 200512211410.jBLEAU5p016758@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(); }

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-12-21 15:43:36 Re: 1.4.1 On OSX
Previous Message Andreas Pflug 2005-12-21 14:02:17 Re: 1.4.1 On OSX