mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Add a simple clock window to guitest2.
This is driven by mousedown events right now, since there are no timers.
This commit is contained in:
@@ -123,7 +123,7 @@ void GTextBox::keydown_event(GKeyEvent& event)
|
||||
}
|
||||
}
|
||||
|
||||
void GTextBox::timerEvent(GTimerEvent&)
|
||||
void GTextBox::timer_event(GTimerEvent&)
|
||||
{
|
||||
// FIXME: Disable the timer when not focused.
|
||||
if (!is_focused())
|
||||
|
||||
Reference in New Issue
Block a user