Made a comment in the previous commit more clear.

This commit is contained in:
Pietro Gagliardi 2015-05-04 00:17:23 -04:00
parent d57df09f0e
commit 33c34c1572
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}