(svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to the Window class and remove Window from their naming.
This commit is contained in:
@@ -118,7 +118,7 @@ struct DropdownWindow : Window {
|
||||
|
||||
virtual void OnPaint()
|
||||
{
|
||||
DrawWindowWidgets(this);
|
||||
this->DrawWidgets();
|
||||
|
||||
int x = 1;
|
||||
int y = 2;
|
||||
|
Reference in New Issue
Block a user