mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 13:07:35 +00:00
GSlider: Oops, fix typo in previous commit.
This commit is contained in:
parent
d12857fc36
commit
83aa785c57
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ void GSlider::leave_event(CEvent& event)
|
||||||
void GSlider::change_event(GEvent& event)
|
void GSlider::change_event(GEvent& event)
|
||||||
{
|
{
|
||||||
if (event.type() == GEvent::Type::EnabledChange) {
|
if (event.type() == GEvent::Type::EnabledChange) {
|
||||||
if (!is_enabled()))
|
if (!is_enabled())
|
||||||
m_dragging = false;
|
m_dragging = false;
|
||||||
}
|
}
|
||||||
GWidget::change_event(event);
|
GWidget::change_event(event);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue