1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-16 00:14:00 -04:00

OpenGL modernization: draw waterfall channel overlays the new way

This commit is contained in:
f4exb
2016-03-04 01:30:29 +01:00
parent a33eb6555f
commit a3627dffd9
2 changed files with 84 additions and 29 deletions
+2
View File
@@ -71,6 +71,8 @@ private:
ChannelMarker* m_channelMarker;
QRectF m_glRect;
QRectF m_glRectDsb;
QMatrix4x4 m_glMatrixWaterfall;
QMatrix4x4 m_glMatrixDsbWaterfall;
QRect m_rect;
ChannelMarkerState(ChannelMarker* channelMarker) :