@ -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 );
}