Commit 58bc81c0 authored by Ilia Ryabokon's avatar Ilia Ryabokon

disabled old lib widget

parent 2fb1db5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment