mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Make the mission planning window non-modal.
Doesn't appear to be any need for this to be modal. Making it non-modal allows interacting with the map during planning.
This commit is contained in:
parent
7817d59989
commit
d50e791c30
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user