| Summary: | Show Global Selection Mask not updating properly | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Andreas <andreasesau> |
| Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | griffinvalley, scottpetrovic |
| Priority: | NOR | ||
| Version First Reported In: | 3.0 Beta | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | http://commits.kde.org/krita/c07d3b7400248088f5b885b0cbb22811559d5ad4 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Andreas
2016-04-28 05:31:49 UTC
Can you explain this a little more in detail. I am not sure if you are saying the global selection mask has issues, or if this happens with any selection. Or does this problem only happen after you toggle the global selection mask? Hi Scott, well you can move selections only if you use global selection mask which then creates an extra layer for the selection. This is only appearing for selection layer. Any other layer updates directly when moving it with the move tool. Not so the selection layer. You need to hide unhide it then you see its actual position. I cant reproduce this on master on ubuntu 16.04 However, I did get this crash: https://bugs.kde.org/show_bug.cgi?id=362539 Git commit c07d3b7400248088f5b885b0cbb22811559d5ad4 by Dmitry Kazakov. Committed on 02/05/2016 at 13:16. Pushed by dkazakov into branch 'master'. Make the timer in KisSignalCompressor be a part of QObject hierarchy The timer should be able to move to another thread together with his parent signal compressor. Fixes T2378 M +18 -16 libs/image/kis_signal_compressor.cpp M +1 -1 libs/image/kis_signal_compressor.h http://commits.kde.org/krita/c07d3b7400248088f5b885b0cbb22811559d5ad4 |