mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 05:42:32 +00:00
Enable dynamics for Eraser
This commit is contained in:
parent
b989b46ff2
commit
0ad50373d3
@ -147,7 +147,6 @@ public:
|
|||||||
{
|
{
|
||||||
#ifdef ENABLE_UI // TODO add dynamics support when UI is not enabled
|
#ifdef ENABLE_UI // TODO add dynamics support when UI is not enabled
|
||||||
if (m_controller->isFreehand() &&
|
if (m_controller->isFreehand() &&
|
||||||
!m_ink->isEraser() &&
|
|
||||||
!m_pointShape->isFloodFill()) {
|
!m_pointShape->isFloodFill()) {
|
||||||
m_dynamics = App::instance()->contextBar()->getDynamics();
|
m_dynamics = App::instance()->contextBar()->getDynamics();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user