Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
m0dB authored and m0dB committed Dec 26, 2024
1 parent 25576ee commit 0fdb5fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/waveform/widgets/allshader/waveformwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ void WaveformWidget::initializeGL() {
}

void WaveformWidget::resizeRenderer(int, int, float) {
// defer to resizeGL
// This is called when the widget is resized, but as this is a WGLWidget, we
// also get the resizeGL call and use that instead, as it has the opengl
// context set.
}

void WaveformWidget::resizeGL(int w, int h) {
Expand Down

0 comments on commit 0fdb5fb

Please sign in to comment.