mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
Popup graph Phase III: Fix previous submission.
This commit is contained in:
parent
24969aedbb
commit
484ee9c40d
@ -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();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user