From a9fdda1d1b2265d8e0b930fb4db7f15ed8929729 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 19 Jul 2011 20:44:58 -0400 Subject: [PATCH] Small fix to batch queue right-click menu - now it stays on (issue 840) --- rtgui/batchqueue.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/batchqueue.cc b/rtgui/batchqueue.cc index 710ed39c9..6385a3d83 100644 --- a/rtgui/batchqueue.cc +++ b/rtgui/batchqueue.cc @@ -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 &entries, bool head)