Skip to content

Commit

Permalink
Fix rulers z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Jan 6, 2025
1 parent 28c9081 commit e19ac10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Widgets/src/Spectrogram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
#include "DistrhoUI.hpp"
#include "MIDIUtils.hpp"
#include "Mathf.hpp"
#include "Window.hpp"
#include "WolfSpectrumPlugin.hpp"
#include <cmath>
#include <cstdlib>
Expand All @@ -17,7 +16,7 @@
START_NAMESPACE_DISTRHO

SpectrogramRulers::SpectrogramRulers(Spectrogram *parent)
: NanoSubWidget(parent),
: NanoSubWidget((Widget*)parent),
fParent(parent)
{
loadSharedResources();
Expand Down

0 comments on commit e19ac10

Please sign in to comment.