Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.6.0-beta1
-
None
-
Linux amd64 (Gentoo).
Creator 4.6 beta1, installed using the official online installer.
X.Org server 1.19.6
KDE Plasma 5.12.0
FreeType 2.9
Fontconfig 2.12.6
NVidia driver 390.25
Kernel 4.14.18
Description
Creator 4.6 beta introduced a bug where text becomes invisible.
Consider this example:
#define MACRO1(x) std::cerr << x << " blah blah" void foo() { MACRO1("foo" << "bar"); }
The "<<" is invisible, but becomes visible if the syntax highlighter is thrown off (due to a parse error.)
Video demonstrating the bug:
The video is also attached to the bug as an MKV file.