Fix a little annoyance with combo boxes
Pop up the menu right away, instead of requiring the user to click again after the button turned into a combobox.
This commit is contained in:
parent
1607beaea2
commit
8cffbc0a4c
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ static void
|
|||
start_editing (UmEditableCombo *combo)
|
||||
{
|
||||
gtk_notebook_set_current_page (combo->priv->notebook, 2);
|
||||
gtk_combo_box_popup (combo->priv->combo);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue