Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
invert item is contextmenu is cancled
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanJakobo committed Feb 9, 2022
1 parent e066a41 commit a84d27d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/handler/eventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ void EventHandler::contextMenuHandler(const int index)
HideHourglass();
break;
}
default:
{
_pocketView->invertCurrentEntryColor();
break;
}
}
}
catch (const std::exception &e)
Expand Down

0 comments on commit a84d27d

Please sign in to comment.