tibirna / qgit

Official git repository for QGit.
Other
174 stars 68 forks source link

The "Diff" tab is focused every time that I refresh the view #44

Open negora opened 6 years ago

negora commented 6 years ago

Whenever I refresh the current view, the application focuses the Diff tab instead of the Log tab, which is the one that I had focused before the refresh.

It doesn't matter whether I refresh the view using the File -> Refresh option or if I hit the F5 button. The result is the same.

If the behaviour described here is intentional, I think that it's inconsistent. Because when I choose a commit, the application focuses the Log tab instead of the Diff one, which is the opposite behaviour.

Anyway, if it were intentional, I also believe that Log should be the default tab. Because it show us important information from the current status of the repository (when positioned in the working directory) and the description of the commit (when positioned on a commit). What do you opine?

Thank you ;) .