Browse Source

Force button updating (workaround)

Melchiorre Caruso 10 months ago
parent
commit
641f5f6b07
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bccombobox.pas

+ 1 - 0
bccombobox.pas

@@ -691,6 +691,7 @@ begin
   else
     ActiveDefaultControlChanged(nil);
   {$ENDIF}
+  FButton.UpdateControl;
   Invalidate;
 end;