Disabling live resize for Windows for now.

Bug #34990

However, cleanscreen on redraw is still disabled, so when resizing blender will have frozen image.
This commit is contained in:
Alexander Kuznetsov 2013-04-18 13:30:41 +00:00
parent 1d004e571a
commit 177080a15d

@ -983,12 +983,13 @@ LRESULT WINAPI GHOST_SystemWin32::s_wndProc(HWND hwnd, UINT msg, WPARAM wParam,
{ {
eventHandled = true; eventHandled = true;
} else } else
if((wParam&0xfff0)==SC_SIZE) /* XXX Disable for now due to area resizing issue. bug# 34990 */
/*if((wParam&0xfff0)==SC_SIZE)
{ {
window->registerMouseClickEvent(0); window->registerMouseClickEvent(0);
window->m_wsh.startSizing(wParam); window->m_wsh.startSizing(wParam);
eventHandled = true; eventHandled = true;
} }*/
break; break;
//////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
// Tablet events, processed // Tablet events, processed