Create a proper menu item toggle for overrides

This commit is contained in:
blitzmann
2015-11-01 21:19:49 -05:00
parent e80917e3d1
commit c436e0e669
5 changed files with 28 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ class ChargeAttrShortcut(object):
class ModifiedAttributeDict(collections.MutableMapping):
OVERRIDES = True
OVERRIDES = False
class CalculationPlaceholder():
pass