DevTeamSCH / DevTeamSCH/animeditor
Context menu request on the timeline redraws everything
Open
bug
- Dominant language
- No language data
- Stars
- 6
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
This could be an external mechanic in Qt we need a workaround
### How to reproduce:
Have more than 10 layers(rows)
```c++
animModel.insertRows(0, 15);
```
Right click(request menu) then the menu will come up very slowly because everything is redrawn for some reason
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.