diff --git a/PowerEditor/src/NppIO.cpp b/PowerEditor/src/NppIO.cpp index d8f1872e..6fdecbfc 100644 --- a/PowerEditor/src/NppIO.cpp +++ b/PowerEditor/src/NppIO.cpp @@ -1424,6 +1424,10 @@ bool Notepad_plus::loadSession(Session & session, bool isSnapshotMode) hideView(otherView()); else if (canHideView(currentView())) hideView(currentView()); + + if (_pFileSwitcherPanel) + _pFileSwitcherPanel->reload(); + return allSessionFilesLoaded; }