We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7880a0a commit 15309bcCopy full SHA for 15309bc
src/gui_root.cpp
@@ -810,7 +810,7 @@ bool root::on_mouse_button_state_changed_(
810
data.add(mouse_pos.y);
811
812
if (is_double_click) {
813
- hovered_frame->fire_script("OnDoubleClicked", data);
+ hovered_frame->fire_script("OnDoubleClick", data);
814
} else if (is_down) {
815
if (auto* top_level = hovered_frame->get_top_level_parent().get())
816
top_level->raise();
0 commit comments