Просмотр исходного кода

UI: Fix build error with stray defaultStylesheet

Matt Gajownik 3 лет назад
Родитель
Сommit
3a7a6f4dc0
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      UI/obs-app.cpp

+ 0 - 1
UI/obs-app.cpp

@@ -1213,7 +1213,6 @@ bool OBSApp::SetTheme(std::string name, std::string path)
 
 	string lpath = path;
 	if (parentPath.empty()) {
-		setStyleSheet(defaultStyleSheet);
 		setPalette(defaultPalette);
 	} else {
 		lpath = parentPath;