Skip to content

Commit

Permalink
fixing reset button
Browse files Browse the repository at this point in the history
  • Loading branch information
rerpha committed Jan 17, 2022
1 parent e74e5a1 commit c812c90
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,15 @@ $(pv_value)</tooltip>
<y>37</y>
</widget>
<widget typeId="org.csstudio.opibuilder.widgets.ActionButton" version="2.0.0">
<actions hook="false" hook_all="false" />
<actions hook="false" hook_all="true">
<action type="WRITE_PV">
<pv_name>$(pv_name)</pv_name>
<value>1</value>
<timeout>10</timeout>
<confirm_message></confirm_message>
<description></description>
</action>
</actions>
<border_alarm_sensitive>false</border_alarm_sensitive>
<border_color>
<color name="ISIS_Border" red="0" green="0" blue="0" />
Expand Down

0 comments on commit c812c90

Please sign in to comment.