Skip to content

Commit 8b3774f

Browse files
committed
Fixed pre-commit
1 parent a4dad85 commit 8b3774f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/grandorgue/gui/dialogs/organ-settings/GOOrganSettingsDialog.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void GOOrganSettingsDialog::ButtonStatesChanged() {
8686

8787
if (pTab) {
8888
bool isDistributeAnabled = pTab->IsDistributeAudioEnabled();
89-
89+
9090
m_AudioGroupAssistant->Enable(isDistributeAnabled);
9191
m_Default->Enable(pTab->IsDefaultEnabled());
9292
m_Discard->Enable(pTab->IsRevertEnabled());

0 commit comments

Comments
 (0)