Closed tarptaeya closed 6 years ago
This is rebuilding the entire toolbar every time the context menu is closed. QMenu::popup() may be enough to fix the issue.
QMenu::popup()
This is rebuilding the entire toolbar every time the context menu is closed.
QMenu::popup()
may be enough to fix the issue.