mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
Fix 9c872192
: [OSX] Clear mouse button emulation flag.
This commit is contained in:
parent
e5c3253642
commit
f5555a6d26
@ -564,6 +564,7 @@ void CocoaDialog(const char *title, const char *message, const char *buttonLabel
|
||||
- (void)mouseUp:(NSEvent *)event
|
||||
{
|
||||
if (self->_emulated_down) {
|
||||
self->_emulated_down = false;
|
||||
[ self rightMouseUp:event ];
|
||||
} else {
|
||||
_left_button_down = false;
|
||||
|
Loading…
Reference in New Issue
Block a user