提交 fc4552d8 编写于 作者: K Kentaro Wada

Pop out window to the front

上级 e2931835
......@@ -920,4 +920,5 @@ def main():
app.setWindowIcon(newIcon("app"))
win = MainWindow(sys.argv[1] if len(sys.argv) == 2 else None)
win.show()
win.raise_()
sys.exit(app.exec_())
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册