mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
revert wxwidgets control pool
This commit is contained in:
@@ -102,14 +102,6 @@ void TextInput::SetIcon(const wxBitmap &icon)
|
||||
Rescale();
|
||||
}
|
||||
|
||||
void TextInput::SetIcon(const wxString &icon)
|
||||
{
|
||||
if (this->icon.name() == icon.ToStdString())
|
||||
return;
|
||||
this->icon = ScalableBitmap(this, icon.ToStdString(), 16);
|
||||
Rescale();
|
||||
}
|
||||
|
||||
void TextInput::SetLabelColor(StateColor const &color)
|
||||
{
|
||||
label_color = color;
|
||||
|
||||
Reference in New Issue
Block a user