diff --git a/unix/tab.c b/unix/tab.c index b754584c..ba4d2319 100644 --- a/unix/tab.c +++ b/unix/tab.c @@ -43,7 +43,7 @@ static void tabShow(uiControl *c) { struct tab *t = (struct tab *) t; - // don't call gtk_widget_show_all() like the default handler does; that'll override user hiding + // don't call gtk_widget_show_all() like the default handler does; that'll override user hiding of children gtk_widget_show(t->widget); }