(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
This commit is contained in:
@@ -205,11 +205,6 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
virtual void OnPaint()
|
||||
{
|
||||
this->DrawWidgets();
|
||||
}
|
||||
|
||||
void SelectOtherObject(int object_index)
|
||||
{
|
||||
_selected_object_index = object_index;
|
||||
|
Reference in New Issue
Block a user