Skip to content

Commit

Permalink
Refresh columns after settings have changed
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKert committed Apr 27, 2019
1 parent 3962260 commit a14a6fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/BuildVision.UI/ViewModels/BuildVisionPaneViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,9 @@ public BuildVisionPaneViewModel(
_settingsProvider = settingsProvider;
_settingsProvider.SettingsChanged += () =>
{
SyncColumnSettings();
OnControlSettingsChanged();
SyncColumnSettings();

};

if (settingsProvider.Settings.GeneralSettings.FillProjectListOnBuildBegin)
Expand Down

0 comments on commit a14a6fb

Please sign in to comment.