After that NSWindowDidResizeNotification is posted twice and I have no idea why. i consider this a bug. It does not happen on MacOSX and it makes my code malfunction. Any idea why this happens? This notification is posted in
NSWindow::- (void) sendEvent: (NSEvent*)theEvent
when receiving an NSAppKitDefined/GSAppKitWindowResized event. I grepped through the GNUstep sources to find occurances of GSAppKitWindowResized but found none. I am stuck. Any help would be greatly appreciated.