mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:17:35 +00:00
PaintBrush: Oops, fix typo in ImageEditor::keyup_event()
This commit is contained in:
parent
d045972559
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