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:
parent
72e57561a1
commit
02d9cf2039
14 changed files with 14 additions and 14 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue