mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-25 01:43:36 +00:00
Fix Ctrl+click to select non-adjacent layers/frames on Windows
This commit is contained in:
parent
396f5fb78f
commit
1605ec0120
@ -464,7 +464,7 @@ bool Timeline::onProcessMessage(Message* msg)
|
||||
// select non-adjacents layer/frame ranges
|
||||
bool clearRange =
|
||||
#if !defined(__APPLE__)
|
||||
!msg->ctrlPressed() ||
|
||||
!msg->ctrlPressed() &&
|
||||
#endif
|
||||
!msg->shiftPressed();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user