Rework target profile and damage pattern menus to use regular ticks
This commit is contained in:
@@ -26,8 +26,7 @@ class FactorReload(ContextMenuUnconditional):
|
||||
fitIDs = Fit.getInstance().toggleFactorReload()
|
||||
wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=tuple(fitIDs)))
|
||||
|
||||
@property
|
||||
def checked(self):
|
||||
def isChecked(self, i):
|
||||
sFit = Fit.getInstance()
|
||||
return sFit.serviceFittingOptions["useGlobalForceReload"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user