Minor bug fix for house system combo box
In case of a (theoretically impossible) negative value, the ID field would have crashed the application
This commit is contained in:
@@ -717,7 +717,7 @@
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="model">house_system_model</property>
|
||||
<property name="id_column">0</property>
|
||||
<property name="id_column">1</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">5</property>
|
||||
|
Reference in New Issue
Block a user