[Kst] extragear/graphics/kst/src/extensions/js

Andrew Walker arwalker at sumusltd.com
Thu Jul 6 01:17:02 CEST 2006


SVN commit 558759 by arwalker:

BUG:130319 Do not hide the entire contents of the Kst frame when hiding the JavaScript Console

 M  +0 -1      js.cpp  


--- trunk/extragear/graphics/kst/src/extensions/js/js.cpp #558758:558759
@@ -287,7 +287,6 @@
 #ifdef KST_HAVE_READLINE
   _showAction->setText(i18n("Show &JavaScript Console"));
   if (_konsolePart) {
-    _splitter->hide();
     _konsolePart->widget()->hide();
   }
 #endif


More information about the Kst mailing list