1
0
Fork 0
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:
reuk 2024-05-28 19:49:55 +01:00
parent edd5745d7f
commit bb47c6c99a
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

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