Fix Ctrl+click to select non-adjacent layers/frames on Windows

This commit is contained in:
David Capello 2016-12-02 20:10:00 -03:00
parent 396f5fb78f
commit 1605ec0120

View File

@ -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();