remove duplicate notifier event

This commit is contained in:
Antony Riakiotakis
2012-04-13 15:33:29 +00:00
parent 20110e703e
commit 152b253c2c

View File

@@ -327,8 +327,6 @@ static void ringsel_finish(bContext *C, wmOperator *op)
EDBM_selectmode_set(em);
WM_event_add_notifier(C, NC_SCENE | ND_TOOLSETTINGS, CTX_data_scene(C));
WM_event_add_notifier(C, NC_SCENE | ND_TOOLSETTINGS, CTX_data_scene(C));
}
WM_event_add_notifier(C, NC_GEOM | ND_SELECT | ND_DATA, lcd->ob->data);