mirror of https://gitlab.com/pamhyr/pamhyr2
Mesh: activate button in toolbar only when a study is selected
parent
c170dbc46c
commit
059d7203a9
|
|
@ -158,6 +158,7 @@ other_model_action = [
|
|||
define_model_action = [
|
||||
# Toolbar
|
||||
"action_toolBar_network", "action_toolBar_geometry",
|
||||
"action_toolBar_meshing",
|
||||
"action_toolBar_boundary_cond", "action_toolBar_lateral_contrib",
|
||||
"action_toolBar_frictions", "action_toolBar_initial_cond",
|
||||
# Menu
|
||||
|
|
|
|||
|
|
@ -884,6 +884,9 @@
|
|||
</property>
|
||||
</action>
|
||||
<action name="action_toolBar_meshing">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
|
|
|||
Loading…
Reference in New Issue