mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-2967] dowload model file not work
Change-Id: Ie4cc2d43f7078b505261f51bac4a34079e2d4836
This commit is contained in:
parent
81cb240dcc
commit
3b5ae871af
3 changed files with 5 additions and 2 deletions
|
@ -95,6 +95,7 @@ void TextInput::SetLabel(const wxString& label)
|
|||
|
||||
void TextInput::SetIcon(const wxBitmap &icon)
|
||||
{
|
||||
this->icon = ScalableBitmap();
|
||||
this->icon.bmp() = icon;
|
||||
Rescale();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue