mirror of
https://github.com/fltk/fltk.git
synced 2026-06-05 08:06:35 +08:00
fixed typo that I managed to check in last time...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@423 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl_Browser.cxx,v 1.9.2.1 1999/03/13 20:20:37 bill Exp $"
|
// "$Id: Fl_Browser.cxx,v 1.9.2.2 1999/03/13 20:25:09 bill Exp $"
|
||||||
//
|
//
|
||||||
// Browser widget for the Fast Light Tool Kit (FLTK).
|
// Browser widget for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -231,7 +231,7 @@ int Fl_Browser::item_height(void* lv) const {
|
|||||||
char* ptr = str;
|
char* ptr = str;
|
||||||
for(;*str && (*str!=column_char()); str++) ;
|
for(;*str && (*str!=column_char()); str++) ;
|
||||||
if (ptr < str) {
|
if (ptr < str) {
|
||||||
fl_font(font, size); int h = fl_height;
|
fl_font(font, size); int h = fl_height();
|
||||||
if (h > hmax) hmax = size;
|
if (h > hmax) hmax = size;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -475,5 +475,5 @@ int Fl_Browser::value() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl_Browser.cxx,v 1.9.2.1 1999/03/13 20:20:37 bill Exp $".
|
// End of "$Id: Fl_Browser.cxx,v 1.9.2.2 1999/03/13 20:25:09 bill Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user