Fix-PLC-Warnings

This commit is contained in:
Kellermorph
2026-08-09 18:27:20 +02:00
parent 3eafe840f1
commit 5e02111600
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -1455,7 +1455,6 @@ void CrossRefItem::drawAsPlcTable(QPainter &painter)
painter.drawRect(bg_rect);
// Draw header row
qreal x_offset = 0;
for (int block = 0; block < block_count; ++block) {
qreal block_x = block * (col_widths.value(visible_cols.first(), 30) * visible_cols.size() + 3);