FIX: [STUDIO-2064] back color of list view editor on macOS dark mode

Change-Id: Id6ea9b17b83ccb08fe911d62d8fd292358a20ebc
This commit is contained in:
chunmao.guo
2023-04-17 15:39:02 +08:00
committed by Lane.Wei
parent 91ad491743
commit 8292486c3a
+1
View File
@@ -216,6 +216,7 @@ wxWindow* BitmapTextRenderer::CreateEditorCtrl(wxWindow* parent, wxRect labelRec
position, labelRect.GetSize(), wxTE_PROCESS_ENTER);
text_editor->SetInsertionPointEnd();
text_editor->SelectAll();
text_editor->SetBackgroundColour(parent->GetBackgroundColour());
return text_editor;
}