Don't (re-)show tool name for each stroke in continuous mode

remotes/origin/epub-qtextdoc
Peter Grasch 13 years ago
parent 76961f1e41
commit d7c71cb885
  1. 2
      ui/pageviewannotator.cpp

@ -955,7 +955,7 @@ void PageViewAnnotator::slotToolSelected( int toolID )
else if ( toolSubElement.tagName() == "tooltip" )
{
const QString tip = toolSubElement.text();
if ( !tip.isEmpty() )
if ( !tip.isEmpty() && !m_continuousMode )
m_pageView->displayMessage( i18nc( "Annotation tool", tip.toUtf8() ), QString(), PageViewMessage::Annotation );
}
}

Loading…
Cancel
Save