mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Rollback changes in BitmapCache
This commit is contained in:
parent
3bc7580e8c
commit
d82505984a
2 changed files with 1 additions and 7 deletions
|
@ -88,10 +88,7 @@ wxBitmap* BitmapCache::insert(const std::string &bitmap_key, std::vector<wxBitma
|
|||
|
||||
wxMemoryDC memDC;
|
||||
memDC.SelectObject(*bitmap);
|
||||
#ifdef __WXGTK__
|
||||
#else
|
||||
memDC.SetBackground(*wxTRANSPARENT_BRUSH);
|
||||
#endif
|
||||
memDC.Clear();
|
||||
size_t x = 0;
|
||||
for (wxBitmap &bmp : bmps) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue