Merge branch 'master' into blender2.8

This commit is contained in:
2018-01-25 22:20:27 +11:00
2 changed files with 12 additions and 2 deletions

View File

@@ -7720,7 +7720,9 @@ void UI_but_tooltip_timer_remove(bContext *C, uiBut *but)
data->autoopentimer = NULL;
}
WM_tooltip_clear(C, data->window);
if (data->window) {
WM_tooltip_clear(C, data->window);
}
}
}