Skip to content

Commit

Permalink
change ReportIf() => ReportDebugIf() in EditAnnotationsWindow::ListBo…
Browse files Browse the repository at this point in the history
…xSelectionChanged()
  • Loading branch information
kjk committed Aug 13, 2024
1 parent daf6823 commit b77badb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EditAnnotations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void EditAnnotationsWindow::ListBoxSelectionChanged() {
if (!annotations.isValidIndex(itemNo)) {
logfa("EditAnnotationsWindow::ListBoxSelectionChanged: invalid itemNo=%d, annotations.size()=%d\n", itemNo,
annotations.Size());
ReportIf(true);
ReportDebugIf(true);
return;
}
Annotation* annot = annotations.at(itemNo);
Expand Down

0 comments on commit b77badb

Please sign in to comment.