Skip to content

Commit 6efed6e

Browse files
committed
Always consume combo scroll to avoid zooming
1 parent 6f9f1da commit 6efed6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/NodeEditor/util/ImGuiExtra.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ namespace ImGuiExtra
4444
ImGui::GetIO().MouseWheel = 0;
4545
return true;
4646
}
47+
48+
ImGui::GetIO().MouseWheel = 0;
4749
}
4850
return false;
4951
}

0 commit comments

Comments
 (0)