Skip to content

Commit

Permalink
Set UseMemberLevelOSS to false by default. #20
Browse files Browse the repository at this point in the history
  • Loading branch information
bero committed Dec 7, 2024
1 parent d2ee3d3 commit 9fe14b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BoldAbstractSnooper.pas
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ constructor TBoldAbstractSnooper.Create(MoldModel: TMoldModel);
SetLength(fArrayOfClassesToIgnore, MoldModel.Classes.Count);

UseClassEvents := True; // Bold original behaviour = true
UseMemberLevelOSS := True; // Bold original behaviour = false
UseMemberLevelOSS := False; // Bold original behaviour = false
UseSubscriptions := False; // // Bold original behaviour = true
end;

Expand Down

0 comments on commit 9fe14b8

Please sign in to comment.