Updated "undo/redo" and "search' icons for the toolbar

* added "settings" and "search_blink" icons
 * suppress the icons scaling update when Plater is in the Preview mode
 * switched "layers_height" and "search" buttons in the toolbar
This commit is contained in:
YuSanka 2020-09-14 17:25:47 +02:00
parent 70536f8212
commit 6ac1935932
7 changed files with 164 additions and 47 deletions

View file

@ -338,7 +338,7 @@ class BlinkingBitmap : public wxStaticBitmap
{
public:
BlinkingBitmap() {};
BlinkingBitmap(wxWindow* parent, const std::string& icon_name = "redo_toolbar");
BlinkingBitmap(wxWindow* parent, const std::string& icon_name = "search_blink");
~BlinkingBitmap() {}