Summary: | filter layer sub lists seem unnessesarly large. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | ZSpratt <zachman331> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | sven.langkamp, zachman331 |
Priority: | NOR | ||
Version: | 2.8.3 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | http://commits.kde.org/calligra/0a312bd7f8c817f0a8d33609121004373adb69f4 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | A screenshot of what I believe is an issue |
Description
ZSpratt
2014-09-07 21:28:42 UTC
Created attachment 88610 [details]
A screenshot of what I believe is an issue
Usually there would be a preview rendering of the filter in the empty space like filter masks have it. Git commit 0a312bd7f8c817f0a8d33609121004373adb69f4 by Boudewijn Rempt. Committed on 05/11/2014 at 14:12. Pushed by rempt into branch 'master'. Refresh the image graph so the filter dialog can show a preview We want to show a preview of what the filter will do, so we need to feed the dialog the new adjustment layer's original paint device. But unless we synchronously recompute the image projection, that original paint device will empty at this point. M +1 -0 krita/ui/kis_layer_manager.cc http://commits.kde.org/calligra/0a312bd7f8c817f0a8d33609121004373adb69f4 Git commit 1df3b27c42b0e10a6816a2b357a50a8e4f2c6568 by Boudewijn Rempt. Committed on 05/11/2014 at 15:22. Pushed by rempt into branch 'master'. Automatically select the last used filter for filter layers and masks Only one glitch: the initial preview image is a bit squash, and I have no idea why. M +1 -1 krita/ui/dialogs/kis_dlg_adjustment_layer.cc M +1 -0 krita/ui/kis_filters_model.cc M +35 -1 krita/ui/widgets/kis_filter_selector_widget.cc M +2 -4 krita/ui/widgets/kis_filter_selector_widget.h http://commits.kde.org/calligra/1df3b27c42b0e10a6816a2b357a50a8e4f2c6568 |