| From: | svn(at)pgadmin(dot)org |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | SVN Commit by andreas: r4850 - trunk/pgadmin3/src/include/ctl |
| Date: | 2005-12-21 13:11:04 |
| Message-ID: | 200512211311.jBLDB4Tv016214@developer.pgadmin.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(); }
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andreas Pflug | 2005-12-21 13:12:21 | Re: 1.4.1 On OSX |
| Previous Message | Dave Page | 2005-12-21 10:21:46 | 1.4.1 On OSX |