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:
authorMatt Ebb <matt@mke3.net>2010-05-13 05:46:48 +0400
committerMatt Ebb <matt@mke3.net>2010-05-13 05:46:48 +0400
commit2b44cab9ef69fd2e707dc0904f2614d4c6a27231 (patch)
tree569368a8553bf25006a121c6505da44972e83c66 /release
parentdb0733eb12c86987cb9aa2786d7313cfc12d617d (diff)
Tweak to text editor context menu
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_text.py b/release/scripts/ui/space_text.py
index 652e79c5f6b..8671e67bd87 100644
--- a/release/scripts/ui/space_text.py
+++ b/release/scripts/ui/space_text.py
@@ -279,6 +279,7 @@ class TEXT_MT_toolbox(bpy.types.Menu):
def draw(self, context):
layout = self.layout
+ layout.operator_context = 'INVOKE_DEFAULT'
layout.operator("text.cut")
layout.operator("text.copy")