Blender Git Loki
Git Commits -> Revision 4ae93a4
Revision 4ae93a4 by Sergey Sharybin (master) January 26, 2012, 12:48 (GMT) |
Fix #29958: Search Menu keeps hiding first character(s) after long input - ui_check_but() in ui_textedit_move() is necessary because this function clips but->drawstring to fit text entry widget and it confuses cursor movement stuff. ui_check_but copies editstring to drawstring, so displaystring would be clipped again in correct way. - If the whole drawstring fits widget, no need to set button's offset. |
Commit Details:
Full Hash: 4ae93a48d83a8340493aef0049c43f6180033807
SVN Revision: 43724
Parent Commit: 83a6b33
Lines Changed: +5, -0