mirror of
https://github.com/fltk/fltk.git
synced 2026-06-03 22:17:12 +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*) {
|
void MyTabCallback(Fl_Widget *w, void*) {
|
||||||
Fl_Tabs *tabs = (Fl_Tabs*)w;
|
Fl_Tabs *tabs = (Fl_Tabs*)w;
|
||||||
// When tab changed, make sure it has same color as its group
|
// 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(..) {
|
int main(..) {
|
||||||
|
|||||||
Reference in New Issue
Block a user