disabled old lib widget

preferencesAboutTextFull
Ilia Ryabokon 12 years ago
parent 2fb1db5a44
commit 58bc81c05b
  1. 8
      src/board/UBBoardPaletteManager.cpp

@ -136,9 +136,9 @@ void UBBoardPaletteManager::setupDockPaletteWidgets()
mpPageNavigWidget = new UBPageNavigationWidget();
//#ifdef USE_WEB_WIDGET
#ifdef USE_WEB_WIDGET
mpLibWidget = new UBLibWidget();
//#endif
#endif
mpCachePropWidget = new UBCachePropertiesWidget();
@ -170,10 +170,10 @@ void UBBoardPaletteManager::setupDockPaletteWidgets()
//Do not show deprecated lib widget to prevent collisions. Uncomment to return lib widget
//#ifdef USE_WEB_WIDGET
#ifdef USE_WEB_WIDGET
mRightPalette->registerWidget(mpLibWidget);
mRightPalette->addTab(mpLibWidget);
//#endif
#endif
// The cache widget will be visible only if a cache is put on the page

Loading…
Cancel
Save