mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-15 19:14:12 +02:00
Fix-PLC-Warnings
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user