We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110ac22 commit 04c981eCopy full SHA for 04c981e
source/code/controlergridtorrentdata.pas
@@ -193,7 +193,7 @@ constructor TControlerGridTorrentData.Create(StringGridTorrentData: TStringGrid)
193
FStringGridTorrentData.OnColRowMoved := @StringGridTorrentDataColRowMoved;
194
195
//The view and the controler part must have the same column count.
196
- Assert(FStringGridTorrentData.Columns.Count <> COLUMN_COUNT, 'Wrong column count');
+ Assert(FStringGridTorrentData.Columns.Count = COLUMN_COUNT, 'Wrong column count');
197
198
//Track the column
199
AddColumn(FTorrentFile, 0);
0 commit comments