소스 검색

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)
     {