From 484ee9c40d6d96fe1043ee3a0e857fb0d68769f0 Mon Sep 17 00:00:00 2001 From: Guy Scharf Date: Sat, 1 Aug 2020 18:48:23 -0700 Subject: [PATCH] Popup graph Phase III: Fix previous submission. --- oscar/Graphs/gGraphView.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/oscar/Graphs/gGraphView.cpp b/oscar/Graphs/gGraphView.cpp index 5f2c9abc..54274008 100644 --- a/oscar/Graphs/gGraphView.cpp +++ b/oscar/Graphs/gGraphView.cpp @@ -562,11 +562,10 @@ void gGraphView::popoutGraph() gv->timedRedraw(0); // Force dock to redraw (and return focus to OSCAR) -/* dock->activateWindow(); + dock->activateWindow(); dock->raise(); this->activateWindow(); -*/ this->raise(); - dock->repaint(); + this->raise(); } }