Skip to content

Commit 43fd677

Browse files
committed
Still trying fixing #32
1 parent 3062394 commit 43fd677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/OGF/skin_imgui/widgets/render_area.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ namespace OGF {
473473

474474
// Note: this is a GLFW button code (not RenderArea::Button that uses
475475
// a different mapping).
476-
const int button = (yoffset > 0) ? 3 : 4;
476+
const int button = 3; // (yoffset > 0) ? 3 : 4;
477477

478478
int mods = (ctrl ? GLFW_MOD_CONTROL : 0) |
479479
(shift ? GLFW_MOD_SHIFT : 0) ;

0 commit comments

Comments
 (0)