Эх сурвалжийг харах

Pop out window to the front

Kentaro Wada 9 жил өмнө
parent
commit
c908379614
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      labelme/app.py

+ 1 - 0
labelme/app.py

@@ -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_())