mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 13:17:54 -06:00
FIX: [STUDIO-2064] back color of list view editor on macOS dark mode
Change-Id: Id6ea9b17b83ccb08fe911d62d8fd292358a20ebc
This commit is contained in:
parent
91ad491743
commit
8292486c3a
1 changed files with 1 additions and 0 deletions
|
@ -216,6 +216,7 @@ wxWindow* BitmapTextRenderer::CreateEditorCtrl(wxWindow* parent, wxRect labelRec
|
||||||
position, labelRect.GetSize(), wxTE_PROCESS_ENTER);
|
position, labelRect.GetSize(), wxTE_PROCESS_ENTER);
|
||||||
text_editor->SetInsertionPointEnd();
|
text_editor->SetInsertionPointEnd();
|
||||||
text_editor->SelectAll();
|
text_editor->SelectAll();
|
||||||
|
text_editor->SetBackgroundColour(parent->GetBackgroundColour());
|
||||||
|
|
||||||
return text_editor;
|
return text_editor;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue