Skip to content

Commit

Permalink
Fix color node editor compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelarius committed Apr 4, 2021
1 parent c3539f0 commit 0842fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/color_node_editor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class ColorNodeEditor
ImGui::NextColumn();
if (ImGui::Checkbox("emulate_three_button_mouse", &emulate_three_button_mouse))
{
imnodes::GetIO().emulate_three_button_mouse.modifier =
imnodes::GetIO().EmulateThreeButtonMouse.Modifier =
emulate_three_button_mouse ? &ImGui::GetIO().KeyAlt : NULL;
}
ImGui::Columns(1);
Expand Down

0 comments on commit 0842fad

Please sign in to comment.