From 46255e28295f382e7155011bde47d8a97660758b Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 16 May 2012 12:38:14 +0200 Subject: raise window (for Mac OS) --- examples/GuiClient/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/GuiClient/main.cpp') 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(); } -- cgit v1.2.3