Implemented #4931 - Added colored background for the Manipulation panel, if

option "Use colors for axes values in Manipulation panel" is enabled in Preferences -> GUI
+ Fix one more compilation warning in UnsavedChangesDialog.cpp
This commit is contained in:
YuSanka 2021-02-09 16:03:32 +01:00
parent 820c18923b
commit a1e49e7f8c
4 changed files with 37 additions and 4 deletions

View file

@ -123,6 +123,9 @@ void AppConfig::set_defaults()
if (get("default_action_on_select_preset").empty())
set("default_action_on_select_preset", "none"); // , "transfer", "discard" or "save"
if (get("color_mapinulation_panel").empty())
set("color_mapinulation_panel", "0");
}
#if ENABLE_CUSTOMIZABLE_FILES_ASSOCIATION_ON_WIN
else {