Memory leaks.

Bug fixes.

svn-id: r32908
This commit is contained in:
Vicent Marti 2008-07-04 20:05:30 +00:00
parent 3b73b199a6
commit 96f2d9ca18
6 changed files with 22 additions and 28 deletions

View file

@ -242,7 +242,7 @@ void NewGui::runLoop() {
while (!_dialogStack.empty() && activeDialog == getTopDialog()) {
if (_needRedraw) {
redraw();
// _needRedraw = false;
_needRedraw = false;
}
// Don't "tickle" the dialog until the theme has had a chance