Completed uniform scale in sidebar
This commit is contained in:
parent
6d7e2b2dd7
commit
410211a3e4
2 changed files with 7 additions and 3 deletions
src/slic3r/GUI
|
@ -2201,6 +2201,7 @@ PrusaLockButton::PrusaLockButton( wxWindow *parent,
|
|||
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||
#endif // __WXMSW__
|
||||
SetBitmap(m_bmp_unlock_on);
|
||||
SetBitmapDisabled(m_bmp_lock_on);
|
||||
|
||||
//button events
|
||||
Bind(wxEVT_BUTTON, &PrusaLockButton::OnButton, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue