Zain Mir
Zain Mir
This happens because of some shared logic in scribblearea::updateFrame and ScribbleArea::invalidateAllCache if (currentTool()->isActive() && currentTool()->isDrawingTool()) { return; } I've addressed it in my pull request (#1910) but I only added...
If I missed anything or made a mistake, let me know so I can fix it quickly. Thanks.
> Hey @Goodfite4, thank you for your contribution. Would you be able to briefly explain this PR? I saw you add two options "snapAngleDegrees" and "snapAngleBox", what's the idea behind...