comparison 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
comparison
equal deleted inserted replaced
784:3a52b458fcd5 785:488add397d34
1561 void 1561 void
1562 View::paintEvent(QPaintEvent *e) 1562 View::paintEvent(QPaintEvent *e)
1563 { 1563 {
1564 // Profiler prof("View::paintEvent", false); 1564 // Profiler prof("View::paintEvent", false);
1565 // SVDEBUG << "View::paintEvent: centre frame is " << m_centreFrame << endl; 1565 // SVDEBUG << "View::paintEvent: centre frame is " << m_centreFrame << endl;
1566 // cerr << "View::paintEvent: centre frame is " << m_centreFrame << endl; 1566
1567 if (m_layers.empty()) { 1567 if (m_layers.empty()) {
1568 QFrame::paintEvent(e); 1568 QFrame::paintEvent(e);
1569 return; 1569 return;
1570 } 1570 }
1571 1571