svn merge ^/trunk/blender -r42722:42742

This commit is contained in:
Campbell Barton
2011-12-20 01:33:14 +00:00
25 changed files with 215 additions and 263 deletions

View File

@@ -174,9 +174,7 @@ class TEXT_MT_text(Menu):
st = context.space_data
text = st.text
layout.operator_context = 'EXEC_AREA'
layout.operator("text.new")
layout.operator_context = 'INVOKE_AREA'
layout.operator("text.open")
if text: