]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridiface.h
files are replaced by dataview implementations
[wxWidgets.git] / include / wx / propgrid / propgridiface.h
index 7694e80027349fe27cb38a4da0b9c5fe31e7ff06..3f93b4a2a6297355ed90dcc1a22e669251d0e5ff 100644 (file)
@@ -1021,7 +1021,7 @@ public:
         if ( flags & wxPG_RECURSE )
             p->SetFlagRecursively(wxPG_PROP_READONLY, set);
         else
-            p->SetFlag(wxPG_PROP_READONLY);
+            p->ChangeFlag(wxPG_PROP_READONLY, set);
     }
 
     /** Sets property's value to unspecified.