RemoteVst: Fix flickering when moving window

This commit is contained in:
Lukas W
2017-04-08 17:14:22 +02:00
parent adef05fb71
commit f097be6c40

View File

@@ -648,7 +648,7 @@ void RemoteVstPlugin::initEditor()
wc.hInstance = hInst;
wc.hIcon = LoadIcon( NULL, IDI_APPLICATION );
wc.hCursor = LoadCursor( NULL, IDC_ARROW );
wc.hbrBackground = (HBRUSH) GetStockObject( BLACK_BRUSH );
wc.hbrBackground = NULL;
wc.lpszMenuName = NULL;
wc.lpszClassName = "LVSL";