ENH: [STUDIO-1272] handle default filament color in presetcomboxbox

Change-Id: Id78749db063fd222915b1aa5ad6abf47fb4294ca
This commit is contained in:
chunmao.guo 2022-11-10 15:42:11 +08:00 committed by Lane.Wei
parent 8340e1ceec
commit 5761f8c050
5 changed files with 68 additions and 41 deletions

View file

@ -145,6 +145,8 @@ protected:
wxBitmap* get_bmp( std::string bitmap_key, const std::string& main_icon_name, const std::string& next_icon_name,
bool is_enabled = true, bool is_compatible = true, bool is_system = false);
wxBitmap *get_bmp(Preset const &preset);
private:
void fill_width_height();
};