mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
Fixes Atlas Terrain panel in dark mode
(cherry picked from commit 70c15abadb)
Signed-off-by: phosit <phosit@autistici.org>
This commit is contained in:
parent
a56ffcfd25
commit
72c6aad939
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Copyright (C) 2025 Wildfire Games.
|
||||
/* Copyright (C) 2026 Wildfire Games.
|
||||
* This file is part of 0 A.D.
|
||||
*
|
||||
* 0 A.D. is free software: you can redistribute it and/or modify
|
||||
|
|
@ -344,7 +344,6 @@ public:
|
|||
{
|
||||
m_ScrolledPanel = new wxScrolledWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxVSCROLL);
|
||||
m_ScrolledPanel->SetScrollRate(0, 10);
|
||||
m_ScrolledPanel->SetBackgroundColour(wxColor(255, 255, 255));
|
||||
|
||||
wxSizer* sizer = new wxBoxSizer(wxVERTICAL);
|
||||
sizer->Add(m_ScrolledPanel, wxSizerFlags().Proportion(1).Expand());
|
||||
|
|
|
|||
Loading…
Reference in a new issue