mirror of https://github.com/stella-emu/stella.git
Remove debugging code; it seems like the testing is complete for redraws.
This commit is contained in:
parent
6d5278fe0c
commit
f87e5d73f1
|
@ -318,7 +318,6 @@ void Dialog::addSurface(shared_ptr<FBSurface> surface)
|
|||
mySurfaceStack.push(surface);
|
||||
}
|
||||
|
||||
static int COUNT = 1;
|
||||
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
void Dialog::drawDialog()
|
||||
{
|
||||
|
@ -327,7 +326,6 @@ void Dialog::drawDialog()
|
|||
|
||||
FBSurface& s = surface();
|
||||
|
||||
cerr << COUNT++ << " Dialog::drawDialog()\n";
|
||||
// Dialog is still on top if e.g a ContextMenu is opened
|
||||
_onTop = parent().myDialogStack.top() == this
|
||||
|| (parent().myDialogStack.get(parent().myDialogStack.size() - 2) == this
|
||||
|
|
Loading…
Reference in New Issue