Skip to content

Commit

Permalink
Merge pull request #15828 from iterate-ch/bugfix/GH-15820
Browse files Browse the repository at this point in the history
Always update Filename on selection change
  • Loading branch information
ylangisc committed Apr 17, 2024
2 parents d7452fc + cb8c6d7 commit 2fddbbe
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -108,6 +108,7 @@ public IList<Path> Files

_files = value;

View.Filename = Name;
ConfigureToolbar();
ConfigureHelp();
InitTab(View.ActiveTab);
Expand Down Expand Up @@ -817,8 +818,7 @@ private void InitGeneral()
DetachGeneralHandlers();

Path file = _files[0];
View.Filename = Name;


View.FilenameEnabled = (1 == count &&
((Move)_controller.Session.getFeature(typeof(Move))).isSupported(file, file));
string path;
Expand Down

0 comments on commit 2fddbbe

Please sign in to comment.