Custom control : Fixed color of the colored label, associated with option, which doesn't have a corresponded field
This commit is contained in:
committed by
Oleksandra Yushchenko
parent
7022fb0891
commit
534a2f5d33
@@ -255,6 +255,10 @@ public:
|
||||
// Used for options which don't have corresponded field
|
||||
std::map<std::string, wxStaticText*> m_colored_Labels;
|
||||
|
||||
// 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;
|
||||
|
||||
// map of option name -> BlinkingBitmap (blinking ikon, associated with option)
|
||||
// Used for options which don't have corresponded field
|
||||
std::map<std::string, BlinkingBitmap*> m_blinking_ikons;
|
||||
|
||||
Reference in New Issue
Block a user