[PATCH] ticket #412 Saving edits requires to move focus first

Gehad gehadelrobey at gmail.com
Mon Mar 17 18:19:13 PDT 2014


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 which is unfriendly this is fixed by losing
the focus before accepting the changes

Signed-off-by: Gehad elrobey <gehadelrobey at gmail.com>
---
  qt-ui/maintab.cpp | 1 +
  1 file changed, 1 insertion(+)

diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp
index 660fc4f..6946d1b 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();
-- 
1.8.3.2



More information about the subsurface mailing list