From f2238300ef86afe88d35b13ef48c4367c274d144 Mon Sep 17 00:00:00 2001 From: Gehad Date: Wed, 19 Mar 2014 07:24:37 +0200 Subject: Saving edits requires to move focus first After editing values in cylinders or weights hitting save will not save the changes to save the edit one must move the focus to a different field first this is fixed by losing the focus before saving the changes Fixes #412 Signed-off-by: Gehad elrobey Signed-off-by: Dirk Hohndel --- qt-ui/maintab.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'qt-ui') diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 26a7ef98c..98283891c 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -585,6 +585,7 @@ void MainTab::reload() void MainTab::acceptChanges() { MainWindow::instance()->dive_list()->setEnabled(true); + MainWindow::instance()->setFocus(); tabBar()->setTabIcon(0, QIcon()); // Notes tabBar()->setTabIcon(1, QIcon()); // Equipment hideMessage(); -- cgit v1.2.3-70-g09d2