You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated DisplayCAL.worker.Worker._install_profile_loader_xdg() to write the desktop file at once.
Removed/replaced deprecated wxWidgets widgets with new ones. This will make DisplayCAL work only with wxWidgets>=4.1.1 (or possibly with an earlier but more recent version), but it is okay.
Fixed _SizeWindows and AdjustLayout methods of DisplayCAL.lib.agw.fourwaysplitter.FourWaySplitter for Python 3.10.
Fixed _SizeWindows, OnLeftUp and OnMotion methods of DisplayCAL.wxwindows.TwoWaySplitter for Python 3.10.
The splitter in the Profile Info window is now properly working.
Updated requirements.txt and made wxPython version 4.1.1 the minimum required version.