UI: uiContextActivePropertyHandle wasn't passing the event to the uiBlockHandleFunc

This commit is contained in:
Campbell Barton 2014-06-14 18:14:53 +10:00
parent 8d96ea8322
commit 34ae5bd378

@ -6906,7 +6906,7 @@ void uiContextActivePropertyHandle(bContext *C)
* operator redo panel - campbell */
uiBlock *block = activebut->block;
if (block->handle_func) {
block->handle_func(C, block->handle_func_arg, 0);
block->handle_func(C, block->handle_func_arg, activebut->retval);
}
}
}