Skip to content

Commit 6bd4e89

Browse files
committed
declare iconSize
1 parent fbd01ac commit 6bd4e89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/folderstatusdelegate.cpp

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

262+
const auto iconSize = iconRect.width();
263+
262264
auto optionsButtonVisualRect = optionsButtonRect(option.rect, option.direction);
263265

264266
// NMC Customization

0 commit comments

Comments
 (0)