Remove m_drawHints, fix duplicate zone drawing (#7300)

This commit is contained in:
Ivan Stošić
2020-10-15 17:08:55 +02:00
committed by GitHub
parent 001c3304a2
commit 598729f84c
4 changed files with 7 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ struct Settings
bool showZonesOnAllMonitors = false;
bool spanZonesAcrossMonitors = false;
bool makeDraggedWindowTransparent = true;
std::wstring zoneColor = L"#F5FCFF";
std::wstring zoneColor = L"#AACDFF";
std::wstring zoneBorderColor = L"#FFFFFF";
std::wstring zoneHighlightColor = L"#008CFF";
int zoneHighlightOpacity = 50;