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:
parent
e0fd976779
commit
d4184b120d
3 changed files with 28 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue