diff options
Diffstat (limited to 'gtk/gtkcomboboxtext.c')
-rw-r--r-- | gtk/gtkcomboboxtext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkcomboboxtext.c b/gtk/gtkcomboboxtext.c index a465d8be7d..43410f3cb7 100644 --- a/gtk/gtkcomboboxtext.c +++ b/gtk/gtkcomboboxtext.c @@ -76,7 +76,8 @@ * |[<!-- language="plain" --> * combobox * ├── entry.combo - * ╰── button.combo + * ├── button.combo + * ╰── window.popup * ]| * * GtkComboBoxText has a single CSS node with name combobox. It adds |