mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-16 05:51:55 +00:00
GSlider: Oops, fix typo in previous commit.
This commit is contained in:
parent
d12857fc36
commit
83aa785c57
Notes:
sideshowbarker
2024-07-19 13:57:35 +09:00
Author: https://github.com/awesomekling
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