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>
|
<legend>Canvas widgets factory</legend>
|
||||||
<binding>
|
<binding>
|
||||||
<command>nasal</command>
|
<command>nasal</command>
|
||||||
<script>canvas.WidgetsFactoryDialog.new();</script>
|
<script>globals.widgets_factory_dialog_instance = canvas.WidgetsFactoryDialog.new();</script>
|
||||||
</binding>
|
</binding>
|
||||||
</button>
|
</button>
|
||||||
<button>
|
<button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue