Merge pull request #109 from DanAlbert/non-modal-mission-planning

Make the mission planning window non-modal.
This commit is contained in:
C. Perreau
2020-08-29 18:06:57 +02:00
committed by GitHub

View File

@@ -17,7 +17,6 @@ class QMissionPlanning(QDialog):
self.game = game
self.setWindowFlags(Qt.WindowStaysOnTopHint)
self.setMinimumSize(1000, 440)
self.setModal(True)
self.setWindowTitle("Mission Preparation")
self.setWindowIcon(EVENT_ICONS["strike"])
self.init_ui()