-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
None
-
Qt Creator 3.0.1, Qt Creator 3.1.0-rc1, Qt Creator 3.6.0
-
None
-
Windows
... when Alt is quickly released.
void foo(); // F2 here
void foo()
{
}
- Press F2 on foo -> the cursor moves to the function's definition.
- Press Alt-Left and very quickly release Alt. The cursor moves back to where it was, but the focus moves from the editor to the menu bar (like when Alt is pressed alone).
It looks like a Qt bug for me, but I'm not sure.