Create WidgetFactoryDialog instances in the global namespace to facilitate debugging
This commit is contained in:
parent
2a95685eb7
commit
8a953d71a3
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@
|
|||
<legend>Canvas widgets factory</legend>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>canvas.WidgetsFactoryDialog.new();</script>
|
||||
<script>globals.widgets_factory_dialog_instance = canvas.WidgetsFactoryDialog.new();</script>
|
||||
</binding>
|
||||
</button>
|
||||
<button>
|
||||
|
|
Loading…
Reference in a new issue