Bugfix #25199
Graph editor: submenu for handle type had drawing error. Seems to be the collumns-separator feature for enum properties? No time for debugging that, a 5-item menu doesn't need 2 collumns.
This commit is contained in:
@@ -756,7 +756,7 @@ void uiItemsFullEnumO(uiLayout *layout, const char *opname, const char *propname
|
||||
bt= block->buttons.last;
|
||||
bt->flag= UI_TEXT_LEFT;
|
||||
}
|
||||
else
|
||||
else /* XXX bug here, collums draw bottom item badly */
|
||||
uiItemS(column);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user