mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ComponentPeer: Fix typo in name of internal windowRepaintedExplicitly enum
This commit is contained in:
parent
edd5745d7f
commit
bb47c6c99a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ public:
|
|||
close button on it. */
|
||||
windowHasDropShadow = (1 << 8), /**< Indicates that the window should have a drop-shadow (this may
|
||||
not be possible on all platforms). */
|
||||
windowRepaintedExplictly = (1 << 9), /**< Not intended for public use - this tells a window not to
|
||||
windowRepaintedExplicitly = (1 << 9), /**< Not intended for public use - this tells a window not to
|
||||
do its own repainting, but only to repaint when the
|
||||
performAnyPendingRepaintsNow() method is called. */
|
||||
windowIgnoresKeyPresses = (1 << 10), /**< Tells the window not to catch any keypresses. This can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue