mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 00:37:51 -06:00
WIP: Renaming to PrusaSlicer.
Removed the obsolte icons.
This commit is contained in:
parent
52d042a1c9
commit
56256519cc
150 changed files with 7471 additions and 54 deletions
|
@ -418,7 +418,7 @@ void PresetBundle::load_compatible_bitmaps(wxWindow *window)
|
|||
*m_bitmapCompatible = create_scaled_bitmap(nullptr, "flag_green");
|
||||
*m_bitmapIncompatible = create_scaled_bitmap(nullptr, "flag_red");
|
||||
*m_bitmapLock = create_scaled_bitmap(nullptr, "lock_closed");
|
||||
*m_bitmapLockOpen = create_scaled_bitmap(nullptr, "sys_unlock.png");
|
||||
*m_bitmapLockOpen = create_scaled_bitmap(nullptr, "lock_open");
|
||||
|
||||
prints .set_bitmap_compatible(m_bitmapCompatible);
|
||||
filaments .set_bitmap_compatible(m_bitmapCompatible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue