mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 20:15:52 +08: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
@ -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…
x
Reference in New Issue
Block a user