Make dropped tab active
based on gnome-terminal commit: https://git.gnome.org/browse/gnome-terminal/commit/?id=abb2018a702adfc57831aea9ebb5c513b9c8bbbd Fixes #152master-1.22
parent
2e6db62d1f
commit
df326ad5d2
|
@ -2673,6 +2673,7 @@ terminal_window_move_screen (TerminalWindow *source_window,
|
|||
g_object_unref (screen_container);
|
||||
|
||||
terminal_window_add_screen (dest_window, screen, dest_position);
|
||||
gtk_notebook_set_current_page (GTK_NOTEBOOK (dest_window->priv->notebook), dest_position);
|
||||
g_object_unref (screen);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue