Skip to content
Snippets Groups Projects
Commit 20821340 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 b91adce1
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,11 @@ public class InfoNodeDockingManager extends ADockingManager {
return dwp.getCloseEnabled() && dwp.getDragEnabled() && dwp.getMaximizeEnabled() && dwp.getMinimizeEnabled();
}
@Override
public boolean canRestoreExactViewPosition() {
return true;
}
// ///////////// //
// Inner classes //
// ///////////// //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment