disable the "construct again the same annotation", it seems too confusing

svn path=/trunk/KDE/kdegraphics/okular/; revision=730290
This commit is contained in:
Pino Toscano 2007-10-28 11:14:41 +00:00
parent 4973559541
commit a2ff1d85fd

View file

@ -787,7 +787,10 @@ QRect PageViewAnnotator::routeEvent( QMouseEvent * e, PageViewItem * item )
}
// go on creating annotations of the same type
slotToolSelected( m_lastToolID );
// for now, disable the "construct again the same annotation"
//slotToolSelected( m_lastToolID );
slotToolSelected( -1 );
m_toolBar->selectButton( -1 );
}
return modifiedRect;