Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-05-27 08:30:48 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-05-27 08:33:12 +0300
commit552f5da3c4852cdcdfd745bf256de21a2d264f34 (patch)
treeb3d014feaef57f7fe7be9206ce9bdedf49d6ca31 /source/blender/editors/include/UI_interface.h
parentab0e839f9a96841615f747a4481323b280baf7c4 (diff)
Mitigate T64346: Quick Favorites items cant be removed
For now don't show missing quick favorite menu items which are missing. Once menu editing is supported they could be displayed.
Diffstat (limited to 'source/blender/editors/include/UI_interface.h')
-rw-r--r--source/blender/editors/include/UI_interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index fddd8f09b87..bf728ec7772 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -2251,6 +2251,7 @@ void uiItemL(uiLayout *layout, const char *name, int icon); /* label */
/* label icon for dragging */
void uiItemLDrag(uiLayout *layout, struct PointerRNA *ptr, const char *name, int icon);
/* menu */
+void uiItemM_ptr(uiLayout *layout, struct MenuType *mt, const char *name, int icon);
void uiItemM(uiLayout *layout, const char *menuname, const char *name, int icon);
/* menu contents */
void uiItemMContents(uiLayout *layout, const char *menuname);