Memory leaks.
Bug fixes. svn-id: r32908
This commit is contained in:
parent
3b73b199a6
commit
96f2d9ca18
6 changed files with 22 additions and 28 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue