diff view/View.cpp @ 784:3a52b458fcd5 tonioni

fixed note delete bug (now deletes when any overlap with the selection occurs)
author matthiasm
date Wed, 11 Jun 2014 19:41:29 +0100
parents fe59d97750ba
children 488add397d34
line wrap: on
line diff
--- a/view/View.cpp	Tue Jun 03 11:14:34 2014 +0100
+++ b/view/View.cpp	Wed Jun 11 19:41:29 2014 +0100
@@ -1563,7 +1563,7 @@
 {
 //    Profiler prof("View::paintEvent", false);
 //    SVDEBUG << "View::paintEvent: centre frame is " << m_centreFrame << endl;
-
+    // cerr << "View::paintEvent: centre frame is " << m_centreFrame << endl;
     if (m_layers.empty()) {
 	QFrame::paintEvent(e);
 	return;