Edit menu: add Repeat Last and Repeat History

This commit is contained in:
2018-06-02 23:13:03 +02:00
parent 04d9316cf3
commit 18a4553838

View File

@@ -610,6 +610,11 @@ class INFO_MT_edit(Menu):
layout.separator()
layout.operator("screen.repeat_last")
layout.operator("screen.repeat_history")
layout.separator()
layout.operator("screen.userpref_show", text="User Preferences...", icon='PREFERENCES')