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

WebBrowserComponent: Allow developer tools in debug builds on macOS

This commit is contained in:
reuk 2022-08-08 19:53:12 +01:00
parent e0fd976779
commit d4184b120d
3 changed files with 28 additions and 12 deletions

View file

@ -71,6 +71,12 @@ public:
/** Resizes this component to fit the view that it contains. */
void resizeToFitView();
/** Resizes the NSView to match the bounds of this component.
Most of the time, this will be done for you automatically.
*/
void resizeViewToFit();
//==============================================================================
/** @internal */
void paint (Graphics&) override;