Merge branch 'master' into jgrpp
# Conflicts: # src/console.cpp # src/os/os2/os2.cpp # src/os/unix/font_unix.cpp # src/strgen/strgen.h # src/strgen/strgen_base.cpp # src/table/settings/gui_settings.ini
This commit is contained in:
		@@ -661,7 +661,7 @@ void CocoaDialog(const char *title, const char *message, const char *buttonLabel
 | 
			
		||||
		_cursor.UpdateCursorPositionRelative(event.deltaX * self.getContentsScale, event.deltaY * self.getContentsScale);
 | 
			
		||||
	} else {
 | 
			
		||||
		NSPoint pt = [ self mousePositionFromEvent:event ];
 | 
			
		||||
		_cursor.UpdateCursorPosition(pt.x, pt.y, false);
 | 
			
		||||
		_cursor.UpdateCursorPosition(pt.x, pt.y);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	HandleMouseEvents();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user