Browsing screens via menu disabled screen editing (area divider drag) and made
popup menu hanging (select same editor for example).

Caused by bug fix #35434, commit gets rewinded, and report reopened.
This commit is contained in:
Ton Roosendaal
2013-05-23 15:10:36 +00:00
parent 80a6654a81
commit b6a4ea3d95

View File

@@ -247,8 +247,7 @@ void wm_event_do_notifiers(bContext *C)
if (note->window == win) {
if (note->category == NC_SCREEN) {
if (note->data == ND_SCREENBROWSE) {
/* free popup handlers */
WM_event_remove_handlers(C, &win->modalhandlers);
/* do not free handlers here! [#35434] */
ED_screen_set(C, note->reference); // XXX hrms, think this over!
if (G.debug & G_DEBUG_EVENTS)