Skip to content
Snippets Groups Projects
Commit 20821340 authored by GIRARDOT Raphael's avatar GIRARDOT Raphael Committed by MADELA Patrick
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.
Finish editing this message first!
Please register or to comment