fix input validation when removing rows

This commit is contained in:
Roland W-H 2025-03-18 12:47:31 +00:00
parent 93f69cc0da
commit 0338bc0bb7

View File

@ -270,6 +270,8 @@ class PlatformEdit(QWidget):
if self.fund_fee_rows < 6:
self.add_row_but.setEnabled(True)
self.check_valid()
# Getter functions (is this necessary? maybe directly reading class vars would be best...)
def get_optional_boxes(self):
return self.check_boxes_ticked