Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Jul 4, 2019
2 parents 84c9055 + d8fb762 commit f1cd5fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,14 @@ public class MainWindow : ApplicationWindow {
} else {
da.initialize_for_open();
}
da.grab_focus();

/* Indicate that the tab has changed */
if( reason != TabAddReason.LOAD ) {
_nb.current = tab;
}

da.grab_focus();

return( da );

}
Expand Down

0 comments on commit f1cd5fc

Please sign in to comment.