File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -142,13 +142,12 @@ - (void)updateBackground {
142
142
// Call NSWindow's implementation of -setBackgroundColor: because we override
143
143
// it in this class to let us set the entire background image of the window
144
144
// as an NSColor patternImage.
145
- NSDisableScreenUpdates () ;
146
145
[super setBackgroundColor: [self backgroundColorPatternImage ]] ;
146
+ /* SSYDBL*/ NSLog (@" Updating hint arrow background" ) ;
147
147
if ([self isVisible ]) {
148
148
[self display ] ;
149
149
[self invalidateShadow ] ;
150
150
}
151
- NSEnableScreenUpdates () ;
152
151
}
153
152
154
153
- (void )redisplay {
@@ -157,10 +156,9 @@ - (void)redisplay {
157
156
}
158
157
159
158
m_isResizingLockout = YES ;
160
- NSDisableScreenUpdates ( ) ;
159
+ /* SSYDBL */ NSLog ( @" Redisplaying hint arrow " ) ;
161
160
[self updateGeometry ] ;
162
161
[self updateBackground ] ;
163
- NSEnableScreenUpdates () ;
164
162
m_isResizingLockout = NO ;
165
163
}
166
164
You can’t perform that action at this time.
0 commit comments