Hi Michael,
I started processing part of the patches. > * Source/NSApplication.m: (-changeWindowsItem:) If the item in > question already exists we abort further processing. Ok - applied this. > * Source/NSMenuView.m: (-sizeToFit) Check for popupbutton to > remove additional 1 pixel. I'm still puzzled by this change. I don't see the resizing you describe before the window is closed, and by inserting NSLogs into the code I see that as soon as I click on the popup, sizeToFit is executed and sets a certain frame. sizeToFit is executed other times - perhaps too many :-) - but it never sets a different size, always the same one - always _cellSize.width + 1, so I can't understand why you see a resizing at the end. When do you see a resizing ? > [changes to NSTabView.m] Applied. I'll look at the other NSMenu*, NSPopUpButton* changes tomorrow. _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
