diff options
author | Simon Rettberg | 2019-03-05 12:59:03 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-05 12:59:03 +0100 |
commit | e2b0cb97ca1d5658339c9ff556a585a29a2de8b3 (patch) | |
tree | 979f20a7a501f2e6a9ff9cbace545fd42b0b0220 /src | |
parent | [server] Fix adding/removing students to active projection (diff) | |
download | pvs2-e2b0cb97ca1d5658339c9ff556a585a29a2de8b3.tar.gz pvs2-e2b0cb97ca1d5658339c9ff556a585a29a2de8b3.tar.xz pvs2-e2b0cb97ca1d5658339c9ff556a585a29a2de8b3.zip |
[client] Try not to steal focus on startupv23
Diffstat (limited to 'src')
-rw-r--r-- | src/client/toolbar/toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/toolbar/toolbar.cpp b/src/client/toolbar/toolbar.cpp index 63fab56..880e24f 100644 --- a/src/client/toolbar/toolbar.cpp +++ b/src/client/toolbar/toolbar.cpp @@ -130,7 +130,7 @@ void Toolbar::init() connect(&_hideTimer, SIGNAL(timeout()), this, SLOT(hideBar())); setVisible(true); - activateWindow(); + raise(); _hideTimer.start(); // initially show PVS and hide later /* Setup blink timer */ |