mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-19 22:29:09 -07:00
Changed icons for lock/unlock filament_presets on Plater tab
Experiment with filament_presets transparency on GTK
This commit is contained in:
@@ -88,7 +88,10 @@ wxBitmap* BitmapCache::insert(const std::string &bitmap_key, std::vector<wxBitma
|
||||
|
||||
wxMemoryDC memDC;
|
||||
memDC.SelectObject(*bitmap);
|
||||
memDC.SetBackground(*wxTRANSPARENT_BRUSH);
|
||||
#ifdef __WXGTK__
|
||||
#else
|
||||
memDC.SetBackground(*wxTRANSPARENT_BRUSH);
|
||||
#endif
|
||||
memDC.Clear();
|
||||
size_t x = 0;
|
||||
for (wxBitmap &bmp : bmps) {
|
||||
|
||||
Reference in New Issue
Block a user