Summary: | Isometric grid has several drawing issues(with openGL disabled) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Matheus Pesegoginski <pese.ek.tk> |
Component: | Tool/Assistants | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | griffinvalley, halla, scottpetrovic |
Priority: | NOR | ||
Version: | 4.0 | ||
Target Milestone: | --- | ||
Platform: | Microsoft Windows | ||
OS: | Microsoft Windows | ||
Latest Commit: | https://commits.kde.org/krita/8fc6453a1f6b0dee4f824040732377300dc020f8 | Version Fixed In: | |
Sentry Crash Report: |
Description
Matheus Pesegoginski
2018-03-30 15:07:06 UTC
Huh, that's peculiar. Does it also happen with openGL enabled? (In reply to wolthera from comment #1) > Huh, that's peculiar. Does it also happen with openGL enabled? I can't try it, my computer do not have opengl support, unfortunatly. I can confirm this. I think the isometric grid uses logic that is a bit too advanced for nonOpenGL. The option will be disabled/not shown if OpenGL is off Git commit 871dd8aa89db17f1d6f0a5287130db435592f66f by Scott Petrovic. Committed on 16/04/2018 at 17:20. Pushed by scottpetrovic into branch 'master'. M +36 -5 plugins/dockers/griddocker/grid_config_widget.cpp M +5 -0 plugins/dockers/griddocker/grid_config_widget.h M +8 -0 plugins/dockers/griddocker/griddocker_dock.cpp https://commits.kde.org/krita/871dd8aa89db17f1d6f0a5287130db435592f66f Git commit 8fc6453a1f6b0dee4f824040732377300dc020f8 by Boudewijn Rempt, on behalf of Scott Petrovic. Committed on 02/05/2018 at 11:54. Pushed by rempt into branch 'krita/4.0'. (cherry picked from commit 9cb343e72130a4f27d14eaa38a97b068f972d299) M +36 -5 plugins/dockers/griddocker/grid_config_widget.cpp M +5 -0 plugins/dockers/griddocker/grid_config_widget.h M +8 -0 plugins/dockers/griddocker/griddocker_dock.cpp https://commits.kde.org/krita/8fc6453a1f6b0dee4f824040732377300dc020f8 |