mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 21:00:34 +02:00
gtk2 widgetset: fixed typo in comment
git-svn-id: trunk@22071 -
This commit is contained in:
parent
71a59ea388
commit
b7949e3454
@ -308,7 +308,7 @@ begin
|
||||
begin
|
||||
wHandle := Handle;
|
||||
Adjustment := gtk_range_get_adjustment(GTK_RANGE(Pointer(wHandle)));
|
||||
// min >= max cause s crash
|
||||
// min >= max causes crash
|
||||
Adjustment^.lower := Min;
|
||||
if Min < Max then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user