mirror of
https://github.com/YACReader/yacreader
synced 2025-12-30 21:12:45 -05:00
fixed contextual folders actions
This commit is contained in:
@ -87,7 +87,6 @@ YACReaderFoldersViewItemDeletegate::YACReaderFoldersViewItemDeletegate(QObject *
|
||||
|
||||
void YACReaderFoldersViewItemDeletegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
|
||||
if(!index.data(FolderModel::CompletedRole).toBool())
|
||||
{
|
||||
painter->save();
|
||||
|
||||
Reference in New Issue
Block a user