Ver Fonte

Bug fix: The first path change in reconnected workspace session was no recorded in history

Caused by 6c45fb11

(cherry picked from commit 5bf96a228ee2917922193704e6901bf5f00260b8)

Source commit: 5f9ed45580feafb501d89a5f1d6264c7376227fe
Martin Prikryl há 4 anos atrás
pai
commit
a70fbae532
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      source/components/UnixDirView.cpp

+ 1 - 1
source/components/UnixDirView.cpp

@@ -595,8 +595,8 @@ void __fastcall TUnixDirView::DoReadDirectoryImpl(TObject * /*Sender*/, bool Rel
     else
     {
       Load(true);
-      PathChanged();
     }
+    PathChanged();
 
     if ((FDriveView != NULL) && FDriveView->Visible)
     {