implementing separate pen/erase brush settings
This commit is contained in:
@@ -93,6 +93,9 @@ public:
|
||||
I->m_mode = &modes[(int)mode];
|
||||
I->m_state = mode;
|
||||
I->m_current_mode = mode;
|
||||
if (I->m_mode)
|
||||
for (auto& m : *I->m_mode)
|
||||
m->enter();
|
||||
}
|
||||
|
||||
std::vector<Layer::Snapshot> m_layers_snapshot;
|
||||
|
||||
Reference in New Issue
Block a user