commit 4668e6ecebb2c7e92a1841750cbb42acc14dd8c2
Author: Guillaume Munch <[email protected]>
Date:   Mon May 30 22:11:27 2016 +0100

    TocWidget: fix part of #9825
    
    (cherry picked from commit 78a5c877812a522534a79ab81eb37fe9df9bf5e5)
---
 src/frontends/qt4/TocWidget.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/frontends/qt4/TocWidget.cpp b/src/frontends/qt4/TocWidget.cpp
index ed188b8..c30d644 100644
--- a/src/frontends/qt4/TocWidget.cpp
+++ b/src/frontends/qt4/TocWidget.cpp
@@ -232,6 +232,7 @@ void TocWidget::on_tocTV_pressed(QModelIndex const & index)
        if (button & Qt::LeftButton) {
                goTo(index);
                gui_view_.setFocus();
+               gui_view_.activateWindow();
        }
 }
 

Reply via email to