Commit 3f8f90dd authored by Claudio Valerio's avatar Claudio Valerio

The teacher bar should not be visible on the desktop mode

parent 7b595aec
...@@ -34,7 +34,7 @@ public: ...@@ -34,7 +34,7 @@ public:
bool visibleInMode(eUBDockPaletteWidgetMode mode) bool visibleInMode(eUBDockPaletteWidgetMode mode)
{ {
return (mode == eUBDockPaletteWidget_BOARD) || (mode == eUBDockPaletteWidget_DESKTOP); return (mode == eUBDockPaletteWidget_BOARD);
} }
void loadContent(bool docChanged = false); void loadContent(bool docChanged = false);
......
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