Browse Source

Probable fix for issue #115

Melchiorre Caruso 10 months ago
parent
commit
73e51bd39a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bctrackbarupdown.pas

+ 1 - 1
bctrackbarupdown.pas

@@ -296,7 +296,7 @@ begin
   FEmptyText:= false;
   DoSelectAll;
   Invalidate;
-  NotifyChange;
+  if not (csLoading in ComponentState) then NotifyChange;
 end;
 
 procedure TCustomBCTrackbarUpdown.SetArrowColor(AValue: TColor);