Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.1.1, Qt Creator 3.1.2
-
Windows 7 64 bit
-
f3106ebafe9a02904e822e9698c8b4cbb6c7e0f5
Description
- Reset all unstaged changes in Creator's git repository
- Open a file from the repository.
- Change something in that file.
- Select "Tools" -> "Git" -> "Local Repository" -> "Diff" from the menu.
The Diff Editor shows up. - Press Ctrl+W.
The Diff Editor closes immediately. This is how it should be. - Select "Tools" -> "Git" -> "Local Repository" -> "Commit..." from the menu.
- In the Files section, select the changed file and click "Diff Selected Files".
The Diff Editor shows up again. - Press Ctrl+W.
It takes some seconds before the Diff Editor is being closed.
The Diff Editor should react immediately, no matter from where it was being opened.