Browse Source

UI: Remove unnecessary call

jp9000 3 years ago
parent
commit
4f09cac7af
1 changed files with 0 additions and 2 deletions
  1. 0 2
      UI/window-basic-filters.cpp

+ 0 - 2
UI/window-basic-filters.cpp

@@ -270,8 +270,6 @@ void OBSBasicFilters::UpdatePropertiesView(int row, bool async)
 		return;
 	}
 
-	ui->propertiesFrame->setVisible(false);
-
 	if (view) {
 		updatePropertiesSignal.Disconnect();
 		ui->propertiesFrame->setVisible(false);