Summary: | when moving the image block, show always (!) coordinates | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Maciej Pilichowski <bluedzins> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/krita/48287eb395e6590bd1dd1819744fc6317b5eda79 | Version Fixed In: | |
Sentry Crash Report: |
Description
Maciej Pilichowski
2007-03-21 18:15:28 UTC
Ack, we need to have that in the overview docker or the move tool docker. WISHGROUP: Small Usability Fixes Git commit 48287eb395e6590bd1dd1819744fc6317b5eda79 by Dmitry Kazakov, on behalf of Grigory Tantsevov. Committed on 23/07/2016 at 21:15. Pushed by dkazakov into branch 'master'. Added showing coordinates when using Move Tool. Coordinates showing in floating message in format: X: x px, Y: y px. X, Y means position of Left Top pixel of the moved area. Also there are two spin bars, which you can use for setting image position by keyboard (not only arrows). Reviewers: #krita, dkazakov Subscribers: dkazakov, scottpetrovic, timotheegiet, Deevad Differential Revision: https://phabricator.kde.org/D2238 Auditors: #krita_manual M +10 -0 krita/data/actions/MoveTool.action M +136 -0 plugins/tools/basictools/kis_tool_move.cc M +16 -0 plugins/tools/basictools/kis_tool_move.h M +47 -0 plugins/tools/basictools/kis_tool_movetooloptionswidget.cpp M +22 -0 plugins/tools/basictools/kis_tool_movetooloptionswidget.h M +165 -44 plugins/tools/basictools/wdgmovetool.ui http://commits.kde.org/krita/48287eb395e6590bd1dd1819744fc6317b5eda79 |