https://bugs.kde.org/show_bug.cgi?id=487536
--- Comment #5 from kde-y...@qq.com --- here's some debug output. in scrollFlickable() ``` std::cout << "\nheight=" << height << " ; contentHeight=" << contentHeight << "\ncontentY=" << contentY << " ; topMargin=" << topMargin<< "\nbottomMargin=" << bottomMargin << " ; originY=" << originY << "\nminYExtent=" << topMargin << "-" << originY << "=" << minYExtent<< "\nmaxYExtent=" << height << "-(" << contentHeight << "+" << bottomMargin << "+" << originY << ")=" << maxYExtent << "\n"; ``` -- You are receiving this mail because: You are watching all bug changes.