Small fix to batch queue right-click menu - now it stays on (issue 840)
This commit is contained in:
@@ -64,7 +64,7 @@ BatchQueue::~BatchQueue ()
|
||||
|
||||
void BatchQueue::rightClicked (ThumbBrowserEntryBase* entry) {
|
||||
|
||||
pmenu->popup (3, 0);
|
||||
pmenu->popup (3, this->eventTime);
|
||||
}
|
||||
|
||||
void BatchQueue::addEntries ( std::vector<BatchQueueEntry*> &entries, bool head)
|
||||
|
Reference in New Issue
Block a user