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:
Diffstat (limited to 'source/blender/editors/interface/interface_handlers.c')
-rw-r--r--source/blender/editors/interface/interface_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface_handlers.c b/source/blender/editors/interface/interface_handlers.c
index d5fa82161bc..954cbe65b66 100644
--- a/source/blender/editors/interface/interface_handlers.c
+++ b/source/blender/editors/interface/interface_handlers.c
@@ -5381,7 +5381,7 @@ static bool ui_but_menu(bContext *C, uiBut *but)
Panel *pa = but->block->panel;
/* Remove the operator from the custom enclosure */
- if (ar->regiontype == RGN_TYPE_TOOLS) {
+ if (ar->regiontype == RGN_TYPE_TOOLS && pa && pa->flag & PNL_CUSTOM_PANEL) {
opp_but = uiDefIconTextBut(block, BUT, 0, ICON_NONE,
CTX_IFACE_(BLF_I18NCONTEXT_OPERATOR_DEFAULT, "Remove From Panel"),
0, 0, w, UI_UNIT_Y, NULL, 0, 0, 0, 0, "");