bugfix [#20542] Crash 2.50a0 Click event in Console window Report mode

This commit is contained in:
Campbell Barton
2010-01-03 02:34:00 +00:00
parent 9bda43ed27
commit 6b9d65549b

View File

@@ -859,5 +859,5 @@ void CONSOLE_OT_select_set(wmOperatorType *ot)
ot->invoke= console_modal_select_invoke;
ot->modal= console_modal_select;
ot->cancel= console_modal_select_cancel;
ot->poll= console_poll;
ot->poll= console_edit_poll;
}