Mercurial > hg > svgui
comparison view/Pane.cpp @ 1363:bbeffb29bf09
Fix inconsistency between centre frame actually set and centre frame notified as set, which caused the start frame location to creep out of place gradually as you page through
author | Chris Cannam |
---|---|
date | Tue, 30 Oct 2018 14:00:20 +0000 |
parents | d79e21855aef |
children | a476c2a015e8 694004228ab7 |
comparison
equal
deleted
inserted
replaced
1362:d79e21855aef | 1363:bbeffb29bf09 |
---|---|
59 #include "widgets/NotifyingPushButton.h" | 59 #include "widgets/NotifyingPushButton.h" |
60 | 60 |
61 #include "widgets/KeyReference.h" //!!! should probably split KeyReference into a data class in base and another that shows the widget | 61 #include "widgets/KeyReference.h" //!!! should probably split KeyReference into a data class in base and another that shows the widget |
62 | 62 |
63 //#define DEBUG_PANE | 63 //#define DEBUG_PANE |
64 | |
65 | |
66 | |
67 | 64 |
68 QCursor *Pane::m_measureCursor1 = 0; | 65 QCursor *Pane::m_measureCursor1 = 0; |
69 QCursor *Pane::m_measureCursor2 = 0; | 66 QCursor *Pane::m_measureCursor2 = 0; |
70 | 67 |
71 Pane::Pane(QWidget *w) : | 68 Pane::Pane(QWidget *w) : |