Options menu layout parsing, featuring the brand new FATPOPUPS.
svn-id: r33651
This commit is contained in:
parent
eb3d163439
commit
4256c35791
11 changed files with 117 additions and 37 deletions
|
@ -150,7 +150,7 @@ void Dialog::drawDialog() {
|
|||
// Draw all children
|
||||
Widget *w = _firstWidget;
|
||||
while (w) {
|
||||
w->draw();
|
||||
if (w->_debugVisible) w->draw();
|
||||
w = w->_next;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue