]> git.saurik.com Git - wxWidgets.git/blobdiff - src/propgrid/advprops.cpp
Document that wxDC::FloodFill() is not implemented under wxOSX.
[wxWidgets.git] / src / propgrid / advprops.cpp
index a634885003d3beb8c9457183a8e5f83732a1a77d..c5189457dfc60aacf16032ae67143c9eb846a720 100644 (file)
@@ -1287,7 +1287,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.