Fix Full Preview and Edges setting on Cursors preferences (fix #3188)

This commit is contained in:
Gaspar Capello 2023-09-19 15:48:09 -03:00 committed by David Capello
parent 74d4154657
commit 6c3ff21354

View File

@ -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;