Cleanup: convert gforge task ID's to phabricator format
Cleanup old tracker task format to the new. e.g: [#34039] to T34039 Ref D8718
This commit is contained in:
@@ -2412,7 +2412,7 @@ static eAutoPropButsReturn template_operator_property_buts_draw_single(
|
||||
/* no undo for buttons for operator redo panels */
|
||||
UI_but_flag_disable(but, UI_BUT_UNDO);
|
||||
|
||||
/* only for popups, see [#36109] */
|
||||
/* only for popups, see T36109. */
|
||||
|
||||
/* if button is operator's default property, and a text-field, enable focus for it
|
||||
* - this is used for allowing operators with popups to rename stuff with fewer clicks
|
||||
@@ -7058,7 +7058,7 @@ void uiTemplateKeymapItemProperties(uiLayout *layout, PointerRNA *ptr)
|
||||
/* attach callbacks to compensate for missing properties update,
|
||||
* we don't know which keymap (item) is being modified there */
|
||||
for (; but; but = but->next) {
|
||||
/* operator buttons may store props for use (file selector, [#36492]) */
|
||||
/* operator buttons may store props for use (file selector, T36492) */
|
||||
if (but->rnaprop) {
|
||||
UI_but_func_set(but, keymap_item_modified, ptr->data, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user