Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 783:c1fc074971ed | 784:3a52b458fcd5 |
|---|---|
| 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 | 1566 // cerr << "View::paintEvent: centre frame is " << m_centreFrame << endl; |
| 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 |
