[Kst] [Bug 138776] View Fit Results menu doesn't enable when a fit is created

Adam Treat treat at kde.org
Thu Dec 14 01:14:41 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=138776         
treat kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From treat kde org  2006-12-14 01:14 -------
SVN commit 613549 by treat:

* And today is that lucky day...

BUG:138776


 M  +1 -3      kst.cpp  


--- trunk/extragear/graphics/kst/src/libkstapp/kst.cpp #613548:613549
 @ -2172,12 +2172,10  @
     if (!onlyVisible || changeNptsDialog->isShown()) {
       changeNptsDialog->updateChangeNptsDialog();
     }
-    if (!onlyVisible) { // FIXME: might want to make this sensible one day
-      updateDataDialogs(false);
-    }
     if (!onlyVisible || vectorSaveDialog->isShown()) {
       vectorSaveDialog->init();
     }
+    updateDataDialogs(false);
     updateDataManager(onlyVisible);
     updateViewManager(onlyVisible);
 #ifdef BENCHMARK


More information about the Kst mailing list