gtk2 widgetset: fixed typo in comment

git-svn-id: trunk@22071 -
This commit is contained in:
vincents 2009-10-08 07:33:24 +00:00
parent 71a59ea388
commit b7949e3454

View File

@ -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