mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-29 21:33:12 +00:00
Fix Full Preview and Edges setting on Cursors preferences (fix #3188)
This commit is contained in:
parent
74d4154657
commit
6c3ff21354
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user