Mercurial > hg > svgui
comparison layer/WaveformLayer.h @ 1375:694004228ab7 zoom
Fix incorrect start/end overlay drawing when zoomed far in
author | Chris Cannam |
---|---|
date | Tue, 06 Nov 2018 10:51:46 +0000 |
parents | f5566f7271fe |
children | a18e78b9c78b |
comparison
equal
deleted
inserted
replaced
1374:631897ba9fca | 1375:694004228ab7 |
---|---|
17 #define _WAVEFORM_LAYER_H_ | 17 #define _WAVEFORM_LAYER_H_ |
18 | 18 |
19 #include <QRect> | 19 #include <QRect> |
20 | 20 |
21 #include "SingleColourLayer.h" | 21 #include "SingleColourLayer.h" |
22 | |
23 #include "base/ZoomLevel.h" | |
22 | 24 |
23 #include "data/model/RangeSummarisableTimeValueModel.h" | 25 #include "data/model/RangeSummarisableTimeValueModel.h" |
24 | 26 |
25 class View; | 27 class View; |
26 class QPainter; | 28 class QPainter; |