X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/94f93e907b2e3e32a2c23188dc8063f2a800e3e8..d89a0ca515b4db2cb0f4bbe6b7e4d709c5296eba:/ITIconAndTextStatusWindow.m diff --git a/ITIconAndTextStatusWindow.m b/ITIconAndTextStatusWindow.m index 5b03fab..69e81e6 100644 --- a/ITIconAndTextStatusWindow.m +++ b/ITIconAndTextStatusWindow.m @@ -86,7 +86,7 @@ float maxHeight = ( screenHeight - (SW_BORDER * 2) ); float excessWidth = 0.0; float excessHeight = 0.0; - NSPoint windowOrigin; + NSPoint windowOrigin = NSZeroPoint; ITImageView *imageView; BOOL shouldAnimate = ( ! (([self visibilityState] == ITWindowAppearingState) || ([self visibilityState] == ITWindowVanishingState)) );