Summary: | Razor cursor inaccurately looks like clip will be cut to right of scissors | ||
---|---|---|---|
Product: | [Applications] kdenlive | Reporter: | Kubuntiac <user581> |
Component: | User Interface & Miscellaneous | Assignee: | Jean-Baptiste Mardelle <jb> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | paul, qubodup, wegwerf-1-2-3 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Cut icon for the light theme
dk_edit-cut.png Dark theme icon SVG Light theme version SVG |
Description
Kubuntiac
2016-01-04 01:23:48 UTC
Thanks for the report. The black line is indeed a bug in the icon. Icons are here: /data/pics/breeze-light/lt_edit-cut.svgz and /data/pics/breeze-dark/dk_edit-cut.svgz patches welcome @Kubuntiac thanks for offering to help! Perhaps you could also try to assist with https://bugs.kde.org/show_bug.cgi?id=356509 (it refers to the "Chroma Key" effect). In my case, the cursor doesn't change at all when using the razor tool, I'll file a separate ticket for that. Created attachment 96450 [details]
Cut icon for the light theme
The line in the centre better shows the user where the cut will actually take place.
Created attachment 96451 [details]
dk_edit-cut.png
Version for the dark theme
Created attachment 96452 [details]
Dark theme icon SVG
Created attachment 96453 [details]
Light theme version SVG
Git commit ad15c59a4043c10ef5a59b1877e971d767db6ac9 by Jean-Baptiste Mardelle. Committed on 04/01/2016 at 22:55. Pushed by mardelle into branch 'master'. Add vertical line to clearly show cut position in timeline Related: bug 357529 M +50 -0 src/timeline/customtrackview.cpp M +4 -0 src/timeline/customtrackview.h http://commits.kde.org/kdenlive/ad15c59a4043c10ef5a59b1877e971d767db6ac9 Thanks for your work. However, after discovering bug #357529 (adding a vertical line in timeline to show cut position), I think it is a better option since at full zoom it can offer frame precision while the cursor icon cannot. I implemented a test in git master No problem. I just wanted to be able to clearly see where the cut would happen. This is even better, so I'm happy! Just tested your "test". Looks and works great! Thanks J-B! |