Browse Source

Bug 1721: Background transfers queue list font color does not reflect dark theme

https://winscp.net/tracker/1721

Source commit: 5b229866817e714205ee1f612a618c7d4e19b501
Martin Prikryl 6 years ago
parent
commit
3d3a53ddfa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      source/forms/CustomScpExplorer.cpp

+ 1 - 0
source/forms/CustomScpExplorer.cpp

@@ -8391,6 +8391,7 @@ void __fastcall TCustomScpExplorerForm::UpdateControls()
 
     QueueView3->Enabled = HasTerminal && Terminal->IsCapable[fsBackgroundTransfers];
     QueueView3->Color = QueueView3->Enabled ? GetWindowColor() : DisabledPanelColor();
+    QueueView3->Font->Color =  GetWindowTextColor(QueueView3->Color);
     QueueLabelUpdateStatus();
 
     RemoteDirView->DarkMode = WinConfiguration->UseDarkTheme();