https://bugs.kde.org/show_bug.cgi?id=356211
Bug ID: 356211 Summary: In debug session variable ToolTip doesn't resizing vertically Product: kdevelop Version: 4.90.90 Platform: Kubuntu Packages OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: CPP Debugger Assignee: kdevelop-bugs-n...@kde.org Reporter: piotr.mierzwin...@gmail.com CC: niko.s...@gmail.com In debug session please check below code. QStringList slStrings; slStrings << "a a a a a b b b b c c c c c c c"; // for checking horizontaly resizing slStrings << "b" << "c"; slStrings << "d"; Please set break point at last line, run code, catch the breakpoint and then move the mouse pointer over the variable. Should be displayed "Variable ToolTip". Now try to unfold the list. Reproducible: Always Actual Results: Variable ToolTip doesn't resizing vertically. Please note that in KDevelop it happened. Expected Results: Variable ToolTip is resizing vertically. To check if horizontally resizing works you can just click on item [0]. It's working correctly. The workaround is unfolding list in Variable view. KDevelop and KDevplatform cloned at 30.11.2015 -- You are receiving this mail because: You are watching all bug changes.