Explorar o código

GUI: minor left-over bug from last commit

Herman Schoenfeld %!s(int64=7) %!d(string=hai) anos
pai
achega
e7fba8da20
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;