fix inout validation on first row

This commit is contained in:
Roland W-H 2025-03-18 13:06:45 +00:00
parent a99a6263a8
commit 255fed7ce7
2 changed files with 4 additions and 0 deletions

View File

@ -446,6 +446,9 @@
</layout>
</widget>
<widget class="QPushButton" name="add_row_but">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>532</x>

View File

@ -77,6 +77,7 @@ class PlatformEdit(QWidget):
check_box.checkStateChanged.connect(self.check_valid)
self.first_tier_box.valueChanged.connect(self.check_valid)
self.first_tier_fee_box.valueChanged.connect(self.check_valid)
self.first_tier_box.valueChanged.connect(self.update_tier_labels)
# NOTE: Signal defined in UI file to close window when save button clicked