diff options
-rw-r--r-- | UICaboodle/BrowserView.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UICaboodle/BrowserView.m b/UICaboodle/BrowserView.m index feb51ad..0161c5f 100644 --- a/UICaboodle/BrowserView.m +++ b/UICaboodle/BrowserView.m @@ -496,7 +496,7 @@ - (void) fixScroller { CGRect bounds([webview_ documentBounds]); -#if LogBrowser +#if TrackResize NSLog(@"_fs:(%f,%f+%f,%f)", bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height); #endif [self _fixScroller:bounds]; @@ -504,7 +504,7 @@ - (void) view:(UIView *)sender didSetFrame:(CGRect)frame { size_ = frame.size; -#if LogBrowser +#if TrackResize NSLog(@"dsf:(%f,%f+%f,%f)", frame.origin.x, frame.origin.y, frame.size.width, frame.size.height); #endif [self _fixScroller:frame]; |