1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a method to get the internal viewport of a PropertyPanel

This commit is contained in:
hogliux 2016-09-12 12:05:52 +01:00
parent c67c1d4ef9
commit 5f748bb7a0

View file

@ -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;