Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

SVN Commit by andreas: r4850 - trunk/pgadmin3/src/include/ctl



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(); }




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group