]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/advprops.cpp
No real changes, just make wxWindow::CanScroll() virtual.
[wxWidgets.git] / src / propgrid / advprops.cpp
index a634885003d3beb8c9457183a8e5f83732a1a77d..2d7ab44cf469462a90d95a46f0977969a3482b17 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Jaakko Salli
 // Modified by:
 // Created:     2004-09-25
-// RCS-ID:      $Id$
 // Copyright:   (c) Jaakko Salli
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -1287,7 +1286,7 @@ bool wxSystemColourProperty::OnEvent( wxPropertyGrid* propgrid,
         // switched to one that has wxButton as well.
         askColour = true;
     }
-    else if ( event.GetEventType() == wxEVT_COMMAND_COMBOBOX_SELECTED )
+    else if ( event.GetEventType() == wxEVT_COMBOBOX )
     {
         // Must override index detection since at this point GetIndex()
         // will return old value.