Przeglądaj źródła

UI: Fix build error with stray defaultStylesheet

Matt Gajownik 3 lat temu
rodzic
commit
3a7a6f4dc0
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
 	string lpath = path;
 	if (parentPath.empty()) {
 	if (parentPath.empty()) {
-		setStyleSheet(defaultStyleSheet);
 		setPalette(defaultPalette);
 		setPalette(defaultPalette);
 	} else {
 	} else {
 		lpath = parentPath;
 		lpath = parentPath;