mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-28 02:30:05 +00:00
Doh! Fixed a typo.
This commit is contained in:
parent
cb5ea1573b
commit
d9c89a2a5f
1 changed files with 2 additions and 2 deletions
|
|
@ -584,7 +584,7 @@ public:
|
|||
h + windowBorder.getTopAndBottom(),
|
||||
SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOZORDER | SWP_NOOWNERZORDER);
|
||||
|
||||
if (isValidPeer (this)
|
||||
if (isValidPeer (this))
|
||||
{
|
||||
updateBorderSize();
|
||||
repaintNowIfTransparent();
|
||||
|
|
@ -603,7 +603,7 @@ public:
|
|||
h + windowBorder.getTopAndBottom(),
|
||||
SWP_NOACTIVATE | SWP_NOZORDER | SWP_NOOWNERZORDER);
|
||||
|
||||
if (isValidPeer (this)
|
||||
if (isValidPeer (this))
|
||||
{
|
||||
updateBorderSize();
|
||||
repaintNowIfTransparent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue