Changeset [27584544d9560e056e9dd5b2fc5abfa2d4444265] by Alexander Ljungberg
November 18th, 2012 @ 09:24 AM
Fixed: tab views added in IB didn't resize properly.
IB sets autoresizesSubviews
to NO for tab views by
default. In Cocoa this doesn't make any difference because
NSTabView
ignores this setting.
This fix makes it so that Cappuccino's tab view also works with
autoresizesSubviews
off.
https://github.com/cappuccino/cappuccino/commit/27584544d9560e056e9...
Committed by Alexander Ljungberg
- M AppKit/CPTabView.j
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
The Cappuccino Web Framework, including AppKit, Foundation, and Objective-J.