1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:57:35 +00:00

PaintBrush: Tool::on_contextmenu() => on_tool_button_context_menu()

This commit is contained in:
Andreas Kling 2020-05-13 21:51:43 +02:00
parent 72e57561a1
commit 02d9cf2039
14 changed files with 14 additions and 14 deletions

View file

@ -114,7 +114,7 @@ void RectangleTool::on_keydown(GUI::KeyEvent& event)
}
}
void RectangleTool::on_contextmenu(GUI::ContextMenuEvent& event)
void RectangleTool::on_tool_button_contextmenu(GUI::ContextMenuEvent& event)
{
if (!m_context_menu) {
m_context_menu = GUI::Menu::construct();