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:
2010-12-13 15:21:44 +00:00
parent d241f2ed93
commit 0ea96731d9
2 changed files with 1 additions and 2 deletions

View File

@@ -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);
}
}