Fix OS X issue: window start in foreground
authorMichael Wozniak <github@koh.ms>
Wed, 2 Apr 2014 15:29:07 +0000 (11:29 -0400)
committerMichael Wozniak <github@koh.ms>
Wed, 2 Apr 2014 15:29:07 +0000 (11:29 -0400)
commit3cd4689083c29c8046d34423a0aac1966d458eb8
tree1ebf9592a58df15553e3417bd10cdeca2bf76db3
parent5c31263848b23dbcf95de12f829fb4195f883cd6
Fix OS X issue: window start in foreground

When run from command line, the window starts behind all other windows.
raise_() will bring the window to the front.
gui/qt/main_window.py