Change "open stats in the same window" modifier to use shift

This commit is contained in:
DarkPhoenix
2019-04-20 23:40:30 +03:00
parent 3efa07d821
commit 8d0ad26159

View File

@@ -45,7 +45,7 @@ class ItemStats(ContextMenu):
mstate = wx.GetMouseState()
reuse = False
if mstate.cmdDown or mstate.altDown:
if mstate.shiftDown:
reuse = True
if self.mainFrame.GetActiveStatsWindow() is None and reuse: