Skip to content
Snippets Groups Projects
Commit 60b2fb04 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT Committed by Patrick MADELA
Browse files

canRestoreExactViewPosition method added to know whether docking system is...

canRestoreExactViewPosition method added to know whether docking system is consistent in view position restoring
parent 33140eda
No related branches found
No related tags found
No related merge requests found
......@@ -177,4 +177,9 @@ public class VlDockDockingManager extends ADockingManager {
public boolean isEnabledDocking() {
return true;
}
@Override
public boolean canRestoreExactViewPosition() {
return false;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment