Mercurial > hg > easyhg
comparison src/panner.cpp @ 665:88061103b878
Build fix
author | Chris Cannam |
---|---|
date | Wed, 23 Mar 2016 14:49:49 +0000 |
parents | ae67ea0af696 |
children |
comparison
equal
deleted
inserted
replaced
664:cfe684675e81 | 665:88061103b878 |
---|---|
57 // Similarly, but horizontal | 57 // Similarly, but horizontal |
58 if (r.width() < width() * 2) { | 58 if (r.width() < width() * 2) { |
59 m = Qt::KeepAspectRatio; | 59 m = Qt::KeepAspectRatio; |
60 } | 60 } |
61 } | 61 } |
62 DEBUG << "Panner: fit mode " << m << endl; | 62 DEBUG << "Panner: fit mode " << int(m) << endl; |
63 fitInView(r, m); | 63 fitInView(r, m); |
64 } | 64 } |
65 | 65 |
66 void | 66 void |
67 Panner::setScene(QGraphicsScene *s) | 67 Panner::setScene(QGraphicsScene *s) |