Slider: fire a NOTIFY_MODIFIED event when manually setting value
This commit is contained in:
parent
6a763a05b4
commit
2691c84647
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@ void slider::set_value(const int value)
|
|||
} else {
|
||||
set_item_position(value - minimum_value_);
|
||||
}
|
||||
|
||||
fire(event::NOTIFY_MODIFIED, *this, nullptr);
|
||||
}
|
||||
|
||||
void slider::set_minimum_value(const int minimum_value)
|
||||
|
|
Loading…
Add table
Reference in a new issue