mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-06 05:39:17 +08:00
FIX: [STUDIO-3155] text color of editor in ObjectList
Change-Id: Ia414c5b72ac371222907ec043ac865a3d84857aa
This commit is contained in:
parent
0207b7915e
commit
b55a5b7556
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user