Patch #19034: (2.5) Display titles of closed panels in horizontal mode
This patch was one of the patches submitted by Wolfgang W. (bender) (the others have already been committed). In the patch, there was commented out code for counter-clockwise rotation of the text, but I've removed that. -- In this commit, I've also removed all of the panel tabbing code instead of merely commenting it out.
This commit is contained in:
@@ -683,6 +683,7 @@ void uiIDContextProperty(struct bContext *C, struct PointerRNA *ptr, struct Prop
|
||||
/* Styled text draw */
|
||||
void uiStyleFontSet(struct uiFontStyle *fs);
|
||||
void uiStyleFontDraw(struct uiFontStyle *fs, struct rcti *rect, char *str);
|
||||
void uiStyleFontDrawRotated(struct uiFontStyle *fs, struct rcti *rect, char *str);
|
||||
|
||||
int UI_GetStringWidth(char *str); // XXX temp
|
||||
void UI_DrawString(float x, float y, char *str); // XXX temp
|
||||
|
Reference in New Issue
Block a user