Skip to content

Commit

Permalink
Refs #4622 - Change multi file setting of a MWRunFiles widget.
Browse files Browse the repository at this point in the history
Previously this was set to true by default, but since default behaviour
has been switched to false, multi file support was lost for the "Run
Files" field of the Energy Tranfer tab of the CTE interface.  Changed the
multi file property to true for this widget so multiple files can be run.
  • Loading branch information
PeterParker committed Jan 29, 2012
1 parent 58ce571 commit da14aa4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@
<property name="label" stdset="0">
<string>Run Files</string>
</property>
<property name="multipleFiles" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit da14aa4

Please sign in to comment.