1
0
Fork 0
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:
jules 2013-03-26 15:42:48 +00:00
parent cb5ea1573b
commit d9c89a2a5f

View file

@ -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();