mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 23:42:57 +00:00
Minor change in ui/entry.cpp to avoid dependency with Allegro definitions
This commit is contained in:
parent
08d1593481
commit
cab6ecbfda
@ -266,7 +266,7 @@ bool Entry::onProcessMessage(Message* msg)
|
||||
}
|
||||
else {
|
||||
// Map common Windows shortcuts for Cut/Copy/Paste
|
||||
#if defined ALLEGRO_MACOSX
|
||||
#if defined __APPLE__
|
||||
if (msg->onlyCmdPressed())
|
||||
#else
|
||||
if (msg->onlyCtrlPressed())
|
||||
|
Loading…
x
Reference in New Issue
Block a user