https://bugs.kde.org/show_bug.cgi?id=198175
--- Comment #69 from Mark <mark...@gmail.com> --- (In reply to Eike Hein from comment #68) > Option in the profie + TerminalDisplay needs to track its position inside > its host window and merge its geometry with the blur region. Even then it's > technically possible for it to screw up though. Just curious. Why is there a need for TerminalDisplay to track it's position inside the host window and merge the geometry? (by merge i guess you mean rectFromHost.united(rectFromTerminal) where both are of QRect or QRectF). I obviously need to test that it works, but how would i test that? Can you give me a clear usecase that will go wrong if i enable blurring that will be just right if i add geometry tracking? That would help me a lot in implementing this and getting it right the first time (oke, technically the second time since i already made a patch for this the easy way a couple years back, hehe). -- You are receiving this mail because: You are watching all bug changes.