Seems it's related to bug #390. Not sure whether this fix is correct.

Signed-off-by: Sergey Starosek <[email protected]>
---
 qt-ui/maintab.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 81e820a..2191064 100644
--- a/qt-ui/maintab.cpp
+++ b/qt-ui/maintab.cpp
@@ -306,7 +306,7 @@ bool MainTab::eventFilter(QObject* object, QEvent* event)
        // FocusIn for the starWidgets or RequestSoftwareInputPanel for 
tagWidget start the editing
        if ((event->type() == QEvent::MouseButtonPress) ||
            (event->type() == QEvent::KeyPress && object == ui.dateTimeEdit) ||
-           (event->type() == QEvent::FocusIn && (object == ui.rating || object 
== ui.visibility)) ||
+           (event->type() == QEvent::FocusIn && (object == ui.rating || object 
== ui.visibility || object == ui.buddy)) ||
            (event->type() == QEvent::RequestSoftwareInputPanel && object == 
ui.tagWidget)) {
                tabBar()->setTabIcon(currentIndex(), QIcon(":warning"));
                enableEdition();
-- 
1.8.3.2

_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to