Skip to content

Commit

Permalink
Forgot to update a line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma-axis committed May 2, 2024
1 parent a41ea7d commit ae70781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color_loupe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ static inline constinit class ExEditDrag : public DragState {
// like when Alt is pressed or released during the drag,
// but sometimes it works well and can be helpful, so leave this feature as is.
cxt.wparam = 0;
ForceKeyState shift{ VK_SHIFT, false }, alt{ VK_MENU, false };
ForceKeyState k{ VK_SHIFT, false, VK_MENU, false };
send_message(cxt, FilterMessage::MainMouseMove, revert, MK_LBUTTON);
send_message(cxt, FilterMessage::MainMouseUp, revert, 0);
}
Expand Down

0 comments on commit ae70781

Please sign in to comment.