mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-22 00:12:34 +00:00
Merge branch 'main' into cad-mainline
This commit is contained in:
@@ -79,7 +79,7 @@ public:
|
||||
Bind(wxEVT_LEFT_DOWN, &WikiLabel::OnLeftDown, this);
|
||||
}
|
||||
|
||||
void SetLabel(const wxString& label)
|
||||
void SetLabel(const wxString& label) override
|
||||
{
|
||||
m_label = label;
|
||||
m_last_wrap_width = -1; // force re-wrap
|
||||
|
||||
Reference in New Issue
Block a user