mirror of
				https://github.com/RolandWH/SIPPCompare.git
				synced 2025-11-03 19:42:12 +00:00 
			
		
		
		
	fix inout validation on first row
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user