Gtk3: thaw_notify will trigger changed, so removed unneeded gtk_adjustment_changed()

This commit is contained in:
zeljan1 2025-03-12 11:48:14 +01:00
parent 7ed32b4556
commit 33868eedbb

View File

@ -4138,7 +4138,6 @@ var
end;
end;
Adjustment^.thaw_notify;
gtk_adjustment_changed(Adjustment);
{$IFDEF GTK3DEBUGSCROLL}
DebugLn(Format('Updated Adjustment: lower=%.2f, upper=%.2f, page_size=%.2f, value=%.2f, page_increment=%.2f InUpdate %s',
[Adjustment^.lower, Adjustment^.upper, Adjustment^.page_size, Adjustment^.value, Adjustment^.page_increment, BoolToStr(AControl.InUpdate, True)]));