Options menu layout parsing, featuring the brand new FATPOPUPS.

svn-id: r33651
This commit is contained in:
Vicent Marti 2008-08-05 23:58:45 +00:00
parent eb3d163439
commit 4256c35791
11 changed files with 117 additions and 37 deletions

View file

@ -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;
}
}