Skip to content

Commit ada4ce8

Browse files
committed
stuff
1 parent c5ff2f0 commit ada4ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/app/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ class application : public ruisapp::application{
349349
auto& b = c.get().get_widget_as<ruis::push_button>("showhide_mousecursor_button");
350350
bool visible = true;
351351
b.context.get().window().set_mouse_cursor_visible(visible);
352-
b.click_handler = [visible, this](ruis::push_button& b) mutable{
352+
b.click_handler = [visible](ruis::push_button& b) mutable{
353353
visible = !visible;
354354
b.context.get().window().set_mouse_cursor_visible(visible);
355355
};

0 commit comments

Comments
 (0)