https://bugs.kde.org/show_bug.cgi?id=455241
Halla Rempt <ha...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Ever confirmed|0 |1 CC| |ha...@valdyas.org --- Comment #1 from Halla Rempt <ha...@valdyas.org> --- Since the KisZoomAndRotate::inputEvent hardcodes for two touch points, it's logical that there'll be a crash if there's only one of them: const QPointF p0 = tevent->touchPoints().at(0).pos(); const QPointF p1 = tevent->touchPoints().at(1).pos(); I'm not sure what we should do here, ignore the event if there's only one touchpoint or make sure this setting is impossible. -- You are receiving this mail because: You are watching all bug changes.