Fix for window not redrawing properly on resize (on osx at least), add a

NC_WINDOW notifier as well as NC_SCREEN, since both have changed.
This commit is contained in:
2010-01-18 01:59:16 +00:00
parent 1e983a9318
commit 969aa8fe6f

View File

@@ -704,6 +704,7 @@ static int ghost_event_proc(GHOST_EventHandle evt, GHOST_TUserDataPtr private)
wm_window_make_drawable(C, win);
wm_draw_window_clear(win);
WM_event_add_notifier(C, NC_SCREEN|NA_EDITED, NULL);
WM_event_add_notifier(C, NC_WINDOW|NA_EDITED, NULL);
}
}
break;