mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX: [STUDIO-3155] text color of editor in ObjectList
Change-Id: Ia414c5b72ac371222907ec043ac865a3d84857aa
This commit is contained in:
@@ -217,6 +217,7 @@ wxWindow* BitmapTextRenderer::CreateEditorCtrl(wxWindow* parent, wxRect labelRec
|
||||
text_editor->SetInsertionPointEnd();
|
||||
text_editor->SelectAll();
|
||||
text_editor->SetBackgroundColour(parent->GetBackgroundColour());
|
||||
text_editor->SetForegroundColour(parent->GetForegroundColour());
|
||||
|
||||
return text_editor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user