Browse Source

Fixed bug Refresh GUI values

Pascal Coin 4 years ago
parent
commit
b0282b3dab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/gui-classic/UGridUtils.pas

+ 1 - 0
src/gui-classic/UGridUtils.pas

@@ -901,6 +901,7 @@ procedure TAccountsGrid.UnlockAccountsList;
 begin
 begin
   UpdateAccountsBalance;
   UpdateAccountsBalance;
   InitGridRowCount;
   InitGridRowCount;
+  if Assigned(FOnUpdated) then FOnUpdated(Self);
 end;
 end;
 
 
 procedure TAccountsGrid.UpdateAccountsBalance;
 procedure TAccountsGrid.UpdateAccountsBalance;