| Summary: | Konsole tab drag too sensitive | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Martin van Es <bugs> |
| Component: | tabbar | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 15.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/konsole/818a0ad6a3ec6cd181503efcdf3974500e81bff4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Martin van Es
2015-11-12 15:25:05 UTC
According to the source, it respects QApplication::startDragDistance(), but not QApplication::startDragTime(). Give this a shot https://git.reviewboard.kde.org/r/126067/ Git commit 818a0ad6a3ec6cd181503efcdf3974500e81bff4 by Kurt Hindenburg. Committed on 26/11/2015 at 13:49. Pushed by hindenburg into branch 'master'. Use QApplication::startDragTime() for tab movement Currently there is no delay for dragging tabs. This patch uses the ::startDragTime() to delay the tab movement. REVIEW: 126067 M +11 -1 src/ViewContainerTabBar.cpp M +3 -0 src/ViewContainerTabBar.h http://commits.kde.org/konsole/818a0ad6a3ec6cd181503efcdf3974500e81bff4 |