فهرست منبع

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;
     ophash := FOperationsGrid.Rows[row].OPHASH;
     if TPCOperation.IsValidOperationHash(ophash) then begin
     if TPCOperation.IsValidOperationHash(ophash) then begin
       TUserInterface.ShowOperationInfoDialog(self, ophash);
       TUserInterface.ShowOperationInfoDialog(self, ophash);
-      FOperationsGrid.ClearSelection;
+      FOperationsGrid.ClearSelection(true);
     end;
     end;
   end;
   end;
 end;
 end;