Fix of #5698 - When editing presets, list items are always green even if values have changed compared to preset or defaults

This commit is contained in:
YuSanka 2021-01-07 12:26:16 +01:00
parent efd3002ea9
commit 8e7958da12
2 changed files with 5 additions and 5 deletions

View file

@ -246,7 +246,7 @@ public:
// map of option name -> wxColour (color of the colored label, associated with option)
// Used for options which don't have corresponded field
std::map<std::string, wxColour*> m_colored_Label_colors;
std::map<std::string, wxColour> m_colored_Label_colors;
// Counter for the updating (because of an update() function can have a recursive behavior):
// 1. increase value from the very beginning of an update() function