| Summary: | When you grab the map, the mouse cursor hand does not grab | ||
|---|---|---|---|
| Product: | [Applications] marble | Reporter: | Richard Hartmann <richih-kde> |
| Component: | general | Assignee: | marble-bugs |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nienhueser |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | 0.10 (KDE 4.5) | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Richard Hartmann
2010-05-27 22:23:10 UTC
SVN commit 1132367 by nienhueser: Don't leave the method early when no drag operation happens: The cursor shape still needs to be adjusted. Needs regression testing and a backport to 4.5 and 4.4 afterwards. CCBUG: 239056 M +3 -4 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1132367 SVN commit 1133911 by nienhueser: Don't leave the method early when no drag operation happens: The cursor shape still needs to be adjusted. Needs regression testing and a backport to 4.5 and 4.4 afterwards. CCBUG: 239056 Fix minor logic error introduced in rev. 1132367. Backport of commits 1132367 and 1133908 M +3 -4 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1133911 Fixed in trunk and 4.5, thanks for the bug report. There will be a 4.4.5 release, so porting to 4.4 makes sense, as well. Thanks for the fix :) SVN commit 1133938 by nienhueser: Don't leave the method early when no drag operation happens: The cursor shape still needs to be adjusted. Needs regression testing and a backport to 4.5 and 4.4 afterwards. BUG: 239056 Fix minor logic error introduced in rev. 1132367. Backport of commits 1132367 and 1133908 M +4 -4 MarbleWidgetInputHandler.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1133938 |