Summary: | Layer Properties dialogue gets very slow with large documents | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Layer Stack | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/2cfd6a0b9ba12a7cee821cd61948451aa4931f33 | Version Fixed In: | |
Sentry Crash Report: |
Description
Tyson Tan
2015-02-02 09:17:18 UTC
Yes, I can confirm this -- no idea what the cause for the slowdown is, though. Oh... It's the preview check, of course. If you've got a big layer, it'll cause a refresh of the image stack with every change in the dialog, even the name (where it's silly). Not to mention a timer that tries to update the preview every 200ms... Git commit 2cfd6a0b9ba12a7cee821cd61948451aa4931f33 by Boudewijn Rempt. Committed on 02/02/2015 at 18:35. Pushed by rempt into branch 'calligra/2.9'. Related: bug 200 M +91 -77 krita/ui/dialogs/kis_dlg_layer_properties.cc M +6 -10 krita/ui/dialogs/kis_dlg_layer_properties.h M +3 -0 krita/ui/forms/wdglayerproperties.ui M +1 -0 krita/ui/widgets/kis_channelflags_widget.cpp M +6 -0 krita/ui/widgets/kis_channelflags_widget.h http://commits.kde.org/calligra/2cfd6a0b9ba12a7cee821cd61948451aa4931f33 The re-naming is now more responsive. Thank you! However, the highlight in Composite mode drop-menu becomes slow after changing the opacity. The slow down seemed to triggered by the following steps: 1. When the layer is huge and filled; 2. Layers Docker >> Properties...; 3. Opacity >> 50% 4. Composite mode >> Move over the drop-menu Once happened, it does not return to normal speed even when the Opacity was changed back to 100%. Re-opening the Layer Properties dialogue removes the slow down until I trigger it again. It does not slow down when doing: Composite mode change >> Opacity Change >> Composite mode change. |