Commented out unused block of code in Qt branches view paint.
This commit is contained in:
parent
66971b7e6b
commit
ede8c5fc7e
|
@ -938,10 +938,10 @@ void BRANCHES::paintEvent(QPaintEvent *event)
|
|||
{
|
||||
painter.setPen( QColor( 0, 194, 64 ) );
|
||||
|
||||
if (!bookmarks->bookmarksArray[i].notEmpty && bookmarks->bookmarksArray[i].floatingPhase > 0)
|
||||
{
|
||||
tempBranchX += bookmarks->bookmarksArray[i].floatingPhase;
|
||||
}
|
||||
//if (!bookmarks->bookmarksArray[i].notEmpty && bookmarks->bookmarksArray[i].floatingPhase > 0)
|
||||
//{
|
||||
// tempBranchX += bookmarks->bookmarksArray[i].floatingPhase;
|
||||
//}
|
||||
painter.drawText( box[i], Qt::AlignCenter, tr(txt) );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue