From 6c3ff21354061f2b9f822442c370f0b92e25ddad Mon Sep 17 00:00:00 2001 From: Gaspar Capello Date: Tue, 19 Sep 2023 15:48:09 -0300 Subject: [PATCH] Fix Full Preview and Edges setting on Cursors preferences (fix #3188) --- src/app/ui/editor/brush_preview.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/ui/editor/brush_preview.cpp b/src/app/ui/editor/brush_preview.cpp index e6812e24e..b4c3ee92a 100644 --- a/src/app/ui/editor/brush_preview.cpp +++ b/src/app/ui/editor/brush_preview.cpp @@ -253,6 +253,7 @@ void BrushPreview::show(const gfx::Point& screenPos) case app::gen::BrushPreview::FULLNEDGES: if (showPreview) showPreviewWithEdges = true; + m_type = BRUSH_BOUNDARIES; break; } break;