mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-30 16:28:48 +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)
|
||||
{
|
||||
if (event.type() == GEvent::Type::EnabledChange) {
|
||||
if (!is_enabled()))
|
||||
if (!is_enabled())
|
||||
m_dragging = false;
|
||||
}
|
||||
GWidget::change_event(event);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue