mirror of
https://github.com/RolandWH/SIPPCompare.git
synced 2025-04-19 16:01:48 +01:00
fix input validation when removing rows
This commit is contained in:
parent
93f69cc0da
commit
0338bc0bb7
@ -270,6 +270,8 @@ class PlatformEdit(QWidget):
|
|||||||
if self.fund_fee_rows < 6:
|
if self.fund_fee_rows < 6:
|
||||||
self.add_row_but.setEnabled(True)
|
self.add_row_but.setEnabled(True)
|
||||||
|
|
||||||
|
self.check_valid()
|
||||||
|
|
||||||
# Getter functions (is this necessary? maybe directly reading class vars would be best...)
|
# Getter functions (is this necessary? maybe directly reading class vars would be best...)
|
||||||
def get_optional_boxes(self):
|
def get_optional_boxes(self):
|
||||||
return self.check_boxes_ticked
|
return self.check_boxes_ticked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user