comparison src/changesetview.cpp @ 681:ac7b40a64109

Merge from branch scale-alternative
author Chris Cannam
date Fri, 07 Dec 2018 13:43:08 +0000
parents ad3e5693cb76
children 759b81c38bb1
comparison
equal deleted inserted replaced
680:21e03596dd93 681:ac7b40a64109
57 57
58 DEBUG << "clip rect is " << rect << endl; 58 DEBUG << "clip rect is " << rect << endl;
59 59
60 paint->save(); 60 paint->save();
61 QFont f(paint->font()); 61 QFont f(paint->font());
62 f.setPixelSize(11);
62 f.setBold(true); 63 f.setBold(true);
63 paint->setFont(f); 64 paint->setFont(f);
64 65
65 float x = mapToScene(0, 0).x(); 66 float x = mapToScene(0, 0).x();
66 float w = mapToScene(width(), 0).x() - x; 67 float w = mapToScene(width(), 0).x() - x;