Small fix to batch queue right-click menu - now it stays on (issue 840)

This commit is contained in:
michael
2011-07-19 20:44:58 -04:00
parent 0a67e308bf
commit a9fdda1d1b

View File

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