mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-03-14 22:01:36 +00:00
fix autofill debug flag
This commit is contained in:
parent
142906b39c
commit
b62518875f
@ -27,6 +27,8 @@ class PlatformEdit(QWidget):
|
||||
self.share_deal_reduce_amount = 0.0
|
||||
# Debugging feature: set with "--DEBUG_AUTOFILL" cmd argument
|
||||
self.autofill = autofill
|
||||
if autofill:
|
||||
self.save_but.setEnabled(True)
|
||||
|
||||
# Create main window object, passing this instance as param
|
||||
self.main_win = main_window.SIPPCompare(self)
|
||||
|
Loading…
x
Reference in New Issue
Block a user