increase stroke preview pad, fix message box capture behavior

This commit is contained in:
2019-02-28 10:23:34 +01:00
parent d0071de461
commit a961630eb4
4 changed files with 14 additions and 3 deletions

View File

@@ -400,7 +400,9 @@ void Node::mouse_capture()
// so preserve direct parents of this
// also clear the whole stack
s.clear();
//s.clear();
s.push_back(c);
}
}