mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Update language to be more diplomatic
This commit is contained in:
parent
83e5264c86
commit
e465b71188
9 changed files with 34 additions and 17 deletions
|
|
@ -1000,7 +1000,7 @@ public:
|
|||
the correct size before returning it. If you implement this method, you must
|
||||
also implement the hasEditor() method and make it return true.
|
||||
|
||||
Remember not to do anything silly like allowing your processor to keep a pointer to
|
||||
Remember not to do anything like allowing your processor to keep a pointer to
|
||||
the component that gets created - it could be deleted later without any warning, which
|
||||
would make your pointer into a dangler. Use the getActiveEditor() method instead.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue