Mercurial > hg > svgui
diff view/View.cpp @ 785:488add397d34 tonioni
added vertical strip stripes to beginning and end of illuminated note
author | matthiasm |
---|---|
date | Wed, 11 Jun 2014 21:43:38 +0100 |
parents | 3a52b458fcd5 |
children | b4acab502786 |
line wrap: on
line diff
--- a/view/View.cpp Wed Jun 11 19:41:29 2014 +0100 +++ b/view/View.cpp Wed Jun 11 21:43:38 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;