Skip to content

Commit 72b91ef

Browse files
memuratsgithub-actions
authored andcommitted
declare iconSize
1 parent eb7f17b commit 72b91ef

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/gui/folderstatusdelegate.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,8 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
292292
localPathRect.setLeft(nextToIcon);
293293
remotePathRect.setLeft(nextToIcon);
294294

295+
const auto iconSize = iconRect.width();
296+
295297
auto optionsButtonVisualRect = optionsButtonRect(option.rect, option.direction);
296298

297299
// NMC Customization

0 commit comments

Comments
 (0)