mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Typos
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ void btype_cb(Fl_Widget *, void *) {
|
||||
else if ( strcmp(btype->text(),"Select")==0) browser->type(FL_SELECT_BROWSER);
|
||||
else if ( strcmp(btype->text(),"Hold" )==0) browser->type(FL_HOLD_BROWSER);
|
||||
else if ( strcmp(btype->text(),"Multi" )==0) browser->type(FL_MULTI_BROWSER);
|
||||
// Reset the selctions again, so all class memebr varaibles are matching
|
||||
// Reset the selections again, so all class member variables are matching
|
||||
// the new browser type.
|
||||
browser->deselect(0);
|
||||
// Set the focus rect to the topmost item without selecting it.
|
||||
|
||||
Reference in New Issue
Block a user