mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 19:56:30 +00:00
PaintBrush: Oops, fix typo in ImageEditor::keyup_event()
This commit is contained in:
parent
d045972559
commit
0de3b1c4bf
Notes:
sideshowbarker
2024-07-19 06:40:43 +09:00
Author: https://github.com/awesomekling
Commit: 0de3b1c4bf
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ void ImageEditor::keydown_event(GUI::KeyEvent& event)
|
||||||
void ImageEditor::keyup_event(GUI::KeyEvent& event)
|
void ImageEditor::keyup_event(GUI::KeyEvent& event)
|
||||||
{
|
{
|
||||||
if (m_active_tool)
|
if (m_active_tool)
|
||||||
m_active_tool->on_keydown(event);
|
m_active_tool->on_keyup(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ImageEditor::set_active_layer(Layer* layer)
|
void ImageEditor::set_active_layer(Layer* layer)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue