Summary: | Rectangular grid spacing limits incorrect after resizing canvas | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Carl Olsson <carl.olsson> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.2.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://invent.kde.org/kde/krita/commit/25e89c41f6ba71078015651a5a5b2b40fae6b7bf | Version Fixed In: | |
Sentry Crash Report: |
Description
Carl Olsson
2019-06-01 03:57:17 UTC
Added patch to fix this here: https://phabricator.kde.org/D21528 Git commit 2f31a94aea8ce6de0a498a97774e7828c0ab7467 by Boudewijn Rempt. Committed on 04/06/2019 at 07:33. Pushed by rempt into branch 'master'. Fix rectangular grid spacing limits incorrect after resizing canvas Fix grid spacing being limited to half load-time image size. Removed setGridDivision which was only used to set the spacing spinbox max on image load. Changed spacing spinbox max to int max. Patch by Carl Olsson, thanks! M +2 -6 plugins/dockers/griddocker/grid_config_widget.cpp M +0 -2 plugins/dockers/griddocker/grid_config_widget.h M +0 -2 plugins/dockers/griddocker/griddocker_dock.cpp https://invent.kde.org/kde/krita/commit/2f31a94aea8ce6de0a498a97774e7828c0ab7467 Git commit 25e89c41f6ba71078015651a5a5b2b40fae6b7bf by Boudewijn Rempt. Committed on 04/06/2019 at 15:20. Pushed by rempt into branch 'krita/4.2'. Fix rectangular grid spacing limits incorrect after resizing canvas Fix grid spacing being limited to half load-time image size. Removed setGridDivision which was only used to set the spacing spinbox max on image load. Changed spacing spinbox max to int max. Patch by Carl Olsson, thanks! M +2 -6 plugins/dockers/griddocker/grid_config_widget.cpp M +0 -2 plugins/dockers/griddocker/grid_config_widget.h M +0 -2 plugins/dockers/griddocker/griddocker_dock.cpp https://invent.kde.org/kde/krita/commit/25e89c41f6ba71078015651a5a5b2b40fae6b7bf |