mirror of
https://github.com/fltk/fltk.git
synced 2026-05-13 03:43:02 +08:00
Fix documentation error in Fl_Tabs (#391)
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@
|
||||
void MyTabCallback(Fl_Widget *w, void*) {
|
||||
Fl_Tabs *tabs = (Fl_Tabs*)w;
|
||||
// When tab changed, make sure it has same color as its group
|
||||
tabs->selection_color( (tab->value())->color() );
|
||||
tabs->selection_color( (tabs->value())->color() );
|
||||
}
|
||||
..
|
||||
int main(..) {
|
||||
|
||||
Reference in New Issue
Block a user