瀏覽代碼

fix shadow

Laserlicht 1 年之前
父節點
當前提交
16ae854f17
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      client/windows/GUIClasses.cpp

+ 2 - 0
client/windows/GUIClasses.cpp

@@ -1631,6 +1631,8 @@ VideoWindow::VideoWindow(VideoPath video, ImagePath rim, bool showBackground, fl
 
 	if(!rim.empty())
 		setBackground(rim);
+	
+	updateShadow();
 }
 
 void VideoWindow::exit(bool skipped)