Emit slider's drag_started signal before the first value change

This commit is contained in:
Haoyu Qiu
2023-12-21 11:23:35 +08:00
parent 9d1cbab1c4
commit 58db3e5d7b
3 changed files with 6 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
</signal>
<signal name="drag_started">
<description>
Emitted when dragging is started.
Emitted when dragging is started. This is emitted before the corresponding [signal Range.value_changed] signal.
</description>
</signal>
</signals>