Skip to content

Commit

Permalink
Update OptionsForce.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Oct 22, 2023
1 parent b8ff08a commit 2a87d0b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SandboxiePlus/SandMan/Windows/OptionsForce.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,3 +317,7 @@ void COptionsWindow::OnForcedChanged(QTreeWidgetItem *pItem, int)
OnForcedChanged();
}

void COptionsWindow::OnBreakoutChanged(QTreeWidgetItem *pItem, int)
{
OnForcedChanged();
}

0 comments on commit 2a87d0b

Please sign in to comment.