Popup graph Phase III: Fix previous submission.

This commit is contained in:
Guy Scharf 2020-08-01 18:48:23 -07:00
parent 24969aedbb
commit 484ee9c40d

View File

@ -562,11 +562,10 @@ void gGraphView::popoutGraph()
gv->timedRedraw(0); gv->timedRedraw(0);
// Force dock to redraw (and return focus to OSCAR) // Force dock to redraw (and return focus to OSCAR)
/* dock->activateWindow(); dock->activateWindow();
dock->raise(); dock->raise();
this->activateWindow(); this->activateWindow();
*/ this->raise(); this->raise();
dock->repaint();
} }
} }