aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/objects/KvsObject_slider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/objects/KvsObject_slider.cpp')
-rw-r--r--src/modules/objects/KvsObject_slider.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/objects/KvsObject_slider.cpp b/src/modules/objects/KvsObject_slider.cpp
index 60e8b2c62..06651dfb0 100644
--- a/src/modules/objects/KvsObject_slider.cpp
+++ b/src/modules/objects/KvsObject_slider.cpp
@@ -47,7 +47,7 @@
[class]widget[/class]
@description:
The slider is the classic widget for controlling a bounded value.[br]
- It lets the user move a slider along a horizontal or vertical groove [br]
+ It lets the user move a slider along a horizontal or vertical groove[br]
and translates the slider's position into an integer value within the legal range.[/classfnc]()
@functions:
!fn: $setOrientation(<orientation:string>)
@@ -91,7 +91,7 @@
so it is easy to handle the values from many sliders without reimplementing
the [classfnc]$valueChangedEvent[/classfnc]() for every one.[br]
Note: If you reimplement this function to catch the slider value, you will have to emit the signal by yourself (if you still need it, obviously).
- @signals:
+ @signals:
!sg: $valueChanged()
This signal is emitted by the default implementation of [classfnc]valueChangedEvent[/classfnc]().[br]
If you reimplement that function you will have to emit the signal manually (if you still need it).