mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:47:34 +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
|
@ -103,7 +103,7 @@ void SprayTool::on_mouseup(Layer&, GUI::MouseEvent&, GUI::MouseEvent&)
|
|||
m_timer->stop();
|
||||
}
|
||||
|
||||
void SprayTool::on_contextmenu(GUI::ContextMenuEvent& event)
|
||||
void SprayTool::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