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->SetInsertionPointEnd();
|
||||||
text_editor->SelectAll();
|
text_editor->SelectAll();
|
||||||
text_editor->SetBackgroundColour(parent->GetBackgroundColour());
|
text_editor->SetBackgroundColour(parent->GetBackgroundColour());
|
||||||
|
text_editor->SetForegroundColour(parent->GetForegroundColour());
|
||||||
|
|
||||||
return text_editor;
|
return text_editor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue