Don't hide panel if individual panel was already active
What might look like a little convenience for keyboard usage is very awkward when using buttons or menu items.
This commit is contained in:
parent
922a94fc98
commit
cfd00f7fe4
1 changed files with 0 additions and 5 deletions
|
@ -712,11 +712,6 @@ midori_panel_action_activate_cb (GtkRadioAction* action,
|
||||||
&& gtk_radio_action_get_current_value (action)
|
&& gtk_radio_action_get_current_value (action)
|
||||||
== katze_object_get_int (action, "value"))
|
== katze_object_get_int (action, "value"))
|
||||||
midori_panel_detach_page (panel, n);
|
midori_panel_detach_page (panel, n);
|
||||||
else if (gtk_radio_action_get_current_value (action)
|
|
||||||
== katze_object_get_int (action, "value")
|
|
||||||
&& gtk_widget_get_visible (GTK_WIDGET (panel))
|
|
||||||
&& midori_panel_get_current_page (panel) == n)
|
|
||||||
gtk_widget_hide (GTK_WIDGET (panel));
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
midori_panel_set_current_page (panel, n);
|
midori_panel_set_current_page (panel, n);
|
||||||
|
|
Loading…
Reference in a new issue