mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cosmetics. Fixed orientation of mouse cursor for resize
This commit is contained in:
@@ -222,7 +222,7 @@ void UserInterface::handleKeyboard()
|
||||
ImGuiIO& io = ImGui::GetIO();
|
||||
alt_modifier_active = io.KeyAlt;
|
||||
shift_modifier_active = io.KeyShift;
|
||||
auto ctrl = io.ConfigMacOSXBehaviors ? io.KeySuper : io.KeyCtrl;
|
||||
bool ctrl = io.ConfigMacOSXBehaviors ? io.KeySuper : io.KeyCtrl;
|
||||
|
||||
// Application "CTRL +"" Shortcuts
|
||||
if ( ctrl ) {
|
||||
|
||||
Reference in New Issue
Block a user