diff --git a/modules/juce_gui_basics/properties/juce_PropertyPanel.h b/modules/juce_gui_basics/properties/juce_PropertyPanel.h index 43615b9501..aca85988e9 100644 --- a/modules/juce_gui_basics/properties/juce_PropertyPanel.h +++ b/modules/juce_gui_basics/properties/juce_PropertyPanel.h @@ -149,6 +149,10 @@ public: */ const String& getMessageWhenEmpty() const noexcept; + //============================================================================== + /** Returns the PropertyPanel's internal Viewport. */ + Viewport& getViewport() noexcept { return viewport; } + //============================================================================== /** @internal */ void paint (Graphics&) override;