Don't show hover areas in screen color picker

This commit is contained in:
Jaex 2016-03-19 16:48:53 +02:00
parent a04d10c05c
commit 70afb4e089

View file

@ -315,6 +315,7 @@ public static PointInfo SelectPointColor()
using (RectangleRegion surface = new RectangleRegion())
{
surface.ScreenColorPickerMode = true;
surface.Config.DetectWindows = false;
surface.Config.UseDimming = false;
surface.Config.ShowInfo = true;
surface.Config.ShowMagnifier = true;