Force tabViewType to be something we support. To be fixed in a later branch to add other renderings for tabview since this branch is specific to controllers

This commit is contained in:
Gregory John Casamento 2020-07-26 05:37:25 -04:00
parent 7bb2123da6
commit d41635855f
5 changed files with 18 additions and 4 deletions

View file

@ -2459,7 +2459,7 @@ typedef enum {
[self drawTabViewBezelRect: aRect
tabViewType: type
inView: view];
if (type == NSBottomTabsBezelBorder
|| type == NSTopTabsBezelBorder)
{