diff --git a/Applications/PaintBrush/ImageEditor.cpp b/Applications/PaintBrush/ImageEditor.cpp index 4124108a96..87f9aab57d 100644 --- a/Applications/PaintBrush/ImageEditor.cpp +++ b/Applications/PaintBrush/ImageEditor.cpp @@ -113,7 +113,7 @@ void ImageEditor::keydown_event(GUI::KeyEvent& event) void ImageEditor::keyup_event(GUI::KeyEvent& event) { if (m_active_tool) - m_active_tool->on_keydown(event); + m_active_tool->on_keyup(event); } void ImageEditor::set_active_layer(Layer* layer)