ENH:add a drop-down arrow to the amsmapping button

Change-Id: Idb39a4c8a0f9421bce91f11705f30687f2b2d0d9
This commit is contained in:
tao wang 2022-12-10 13:39:47 +08:00 committed by Lane.Wei
parent c41ccedad0
commit 5139edb876
2 changed files with 16 additions and 0 deletions

View file

@ -70,6 +70,9 @@ public:
wxColour m_ams_coloul;
wxString m_ams_name;
ScalableBitmap m_arraw_bitmap_gray;
ScalableBitmap m_arraw_bitmap_white;
bool m_selected {false};
bool m_warning{false};