Переглянути джерело

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 4 роки тому
батько
коміт
a70fbae532
1 змінених файлів з 1 додано та 1 видалено
  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)
     {