https://bugs.kde.org/show_bug.cgi?id=453947
--- Comment #4 from amyspark <a...@amyspark.me> --- Interesting bug! It stretches to the introduction of the G'MIC-Qt plugin itself, back in 3.0.3: https://invent.kde.org/graphics/krita/-/commit/463213b8e04311f5c7f7c41e24cc198c5a98fb87 What is happening is that the image size command never accounted, in our side, for the layer mode; so we returned the image size each time. This is incorrect whenever a smaller layer is active, so in these cases the preview widget would have inconsistent behaviour due to the mismatching sizes. I also ported this behaviour blindly when I wrote the QMic interface, so this will require an ABI break. I'll add a version definition to the header to help things in the other side, and roll this fix up together with the translations. -- You are receiving this mail because: You are watching all bug changes.