aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/GuiClient/main.cpp')
-rw-r--r--examples/GuiClient/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/GuiClient/main.cpp b/examples/GuiClient/main.cpp
index 1e521d1a..d97592b1 100644
--- a/examples/GuiClient/main.cpp
+++ b/examples/GuiClient/main.cpp
@@ -41,5 +41,6 @@ int main(int argc, char *argv[])
mainDialog cw;
cw.show();
+ cw.raise();
return a.exec();
}