mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Typo fix.
This commit is contained in:
@@ -66,11 +66,10 @@ int main(int argc, const char* argv[])
|
||||
uiBoxSetPadded(hbox, 1);
|
||||
uiWindowSetChild(mainwin, uiControl(hbox));
|
||||
|
||||
uiControlShow(uiControl(mainwin));
|
||||
|
||||
area = uiNewArea((uiAreaHandler*) &handler);
|
||||
uiBoxAppend(hbox, uiControl(area), 1);
|
||||
|
||||
uiControlShow(uiControl(mainwin));
|
||||
uiMain();
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user