Skip to content

Commit 48d082c

Browse files
Add Dialog:show{ hand=true } to dialog.md
1 parent e2dc4e9 commit 48d082c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/dialog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ dlg:show{
344344
wait=false,
345345
bounds=Rectangle(),
346346
autoscrollbars=false,
347+
hand=false
347348
}
348349
```
349350

@@ -367,6 +368,8 @@ to make it go out of the window/screen (depending if you are using single
367368
window UI or multiple windows UI) then scrollbars will be shown into your
368369
dialog when its content doesn't fit its bounds.
369370

371+
If `{ hand=true }`, this enables the hand tool in the editor while the dialog is active. See the *Edit > Replace Color* menu for an example. Only useful if `{ wait=true }`.
372+
370373
## Dialog:slider()
371374

372375
```lua

0 commit comments

Comments
 (0)