Do not uncheck quick annotations when the toolbar is hidden

remotes/origin/work/spdx
Simone Gaiarin 5 years ago
parent 03b2346e4e
commit 3d55184116
  1. 2
      part/annotationactionhandler.cpp

@ -499,7 +499,7 @@ void AnnotationActionHandlerPrivate::slotSelectAnnotationFont()
void AnnotationActionHandlerPrivate::slotToolBarVisibilityChanged(bool checked)
{
if (!checked) {
if (!checked && !isQuickToolAction(agTools->checkedAction())) {
q->deselectAllAnnotationActions();
}
}

Loading…
Cancel
Save