SVN commit 525126 by saxton: Don't allow Function Editor dock widget to be closed (atm, there is no way of getting it back). M +1 -0 functioneditor.cpp --- trunk/KDE/kdeedu/kmplot/kmplot/functioneditor.cpp #525125:525126 @@ -63,6 +63,7 @@ setObjectName( "FunctionEditor" ); setAllowedAreas( Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea ); + setFeatures( QDockWidget::DockWidgetMovable | QDockWidget::DockWidgetFloatable ); m_saveCartesianTimer = new QTimer( this ); m_savePolarTimer = new QTimer( this );