Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.13.0-beta2
-
None
-
-
b0cad9e9c7aad209756fb2409520c0d048614dd9 (qt-creator/qt-creator/4.13)
Description
When I build a project, the compilation output usually shows up in the "Compile Output" pane:
18:15:54: Running steps for project QtCreator... 18:15:54: Starting: "C:\Program Files\CMake\bin\cmake.exe" --build . --target all [1/2 1.4/sec] Building CXX object src\app\CMakeFiles\qtcreator.dir\main.cpp.obj [2/2 2.3/sec] Linking CXX executable bin\qtcreator.exe 18:15:56: The process "C:\Program Files\CMake\bin\cmake.exe" exited normally. 18:15:56: Elapsed time: 00:01.
If I have, another output pane active while building, and activate the "Compile Output" pane after the build, the text editor only shows last few lines. The text is also not scrollable (scrollbar is maximized).
[2/2 2.7/sec] Linking CXX executable bin\qtcreator.exe 18:16:07: The process "C:\Program Files\CMake\bin\cmake.exe" exited normally. 18:16:07: Elapsed time: 00:01.
If I resize the "Compile Output" pane, via the splitter above or by resizing the whole IDE window, the missing text suddenly appears.
18:16:06: Running steps for project QtCreator... 18:16:06: Starting: "C:\Program Files\CMake\bin\cmake.exe" --build . --target all [1/2 1.6/sec] Building CXX object src\app\CMakeFiles\qtcreator.dir\main.cpp.obj [2/2 2.7/sec] Linking CXX executable bin\qtcreator.exe 18:16:07: The process "C:\Program Files\CMake\bin\cmake.exe" exited normally. 18:16:07: Elapsed time: 00:01.
It seems to me as if the text is the whole time "there", but the text component does not update its visual content properly.
Gif, or it did not happen.