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