https://bugs.kde.org/show_bug.cgi?id=504814
wolthera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/79b6fe0 | |120373e6791ef1e5bd8dbb3784f | |cd38bd --- Comment #10 from wolthera <[email protected]> --- So, we may have just found a fix for this: initializing the font metrics integers correctly. Freya was kind enough to help me debug this, and found that the font was offset massively off canvas, due the metrics being wrong. My suspicion is that what happened was that when we got our font metrics struct, because the values were not be initialized, they were reading the memory that was previously used by the font color and thus the font color affected the baseline offset and seemed like it would "dissapear" (it would be off-canvas). We're now initializing the font metrics properly, so this should be fixed. Please check if the next nightly fixes this! -- You are receiving this mail because: You are watching all bug changes.
