mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-03-17 01:07:43 +08:00
Fix #329: respect monitor ICC
This commit is contained in:
@@ -171,6 +171,11 @@ namespace QuickLook
|
||||
_path = path;
|
||||
Plugin = matchedPlugin;
|
||||
|
||||
ContextObject.Reset();
|
||||
|
||||
// assign monitor color profile
|
||||
ContextObject.ColorProfileName = DisplayDeviceHelper.GetMonitorColorProfileFromWindow(this);
|
||||
|
||||
// get window size before showing it
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user