mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 00:58:04 +02:00
Gtk3: thaw_notify will trigger changed, so removed unneeded gtk_adjustment_changed()
This commit is contained in:
parent
7ed32b4556
commit
33868eedbb
@ -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)]));
|
||||
|
Loading…
Reference in New Issue
Block a user