소스 검색

GUI: minor left-over bug from last commit

Herman Schoenfeld 7 년 전
부모
커밋
e7fba8da20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/gui/UCTRLWallet.pas

+ 1 - 1
src/gui/UCTRLWallet.pas

@@ -547,7 +547,7 @@ begin
     ophash := FOperationsGrid.Rows[row].OPHASH;
     if TPCOperation.IsValidOperationHash(ophash) then begin
       TUserInterface.ShowOperationInfoDialog(self, ophash);
-      FOperationsGrid.ClearSelection;
+      FOperationsGrid.ClearSelection(true);
     end;
   end;
 end;