Skip to content

Commit

Permalink
Editor: make splitter themeable for log panel
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanDrake committed Oct 31, 2023
1 parent 6191858 commit 0374c75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor/AGS.Editor/GUI/LogPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ private void LoadColorTheme(ColorTheme t)
{

t.SetColor("log-panel/background", c => BackColor = c);
t.SetColor("log-panel/splitter", c => splitContainer.BackColor = c);
t.SetColor("log-panel/background", c => logTextBox.BackColor = c);
t.SetColor("log-panel/foreground", c => logTextBox.ForeColor = c);
t.PropertyGridHelper(propertyGrid, "log-panel/grid");
Expand Down

0 comments on commit 0374c75

Please sign in to comment.