Skip to content

Commit ef29d8c

Browse files
memuratsgithub-actions
authored andcommitted
declare iconSize
1 parent bfb94db commit ef29d8c

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
@@ -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)