mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-10 10:36:30 +00:00
LibGUI: GTextBox should only run a caret blink timer when focused.
This commit is contained in:
@@ -39,8 +39,9 @@ void GWidget::event(GEvent& event)
|
||||
m_has_pending_paint_event = false;
|
||||
return paint_event(static_cast<GPaintEvent&>(event));
|
||||
case GEvent::FocusIn:
|
||||
case GEvent::FocusOut:
|
||||
return focusin_event(event);
|
||||
case GEvent::FocusOut:
|
||||
return focusout_event(event);
|
||||
case GEvent::Show:
|
||||
return show_event(static_cast<GShowEvent&>(event));
|
||||
case GEvent::Hide:
|
||||
|
||||
Reference in New Issue
Block a user