| Summary: | EModelService resetPerspectiveModel() method is not resetting the perspective. | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Sumit Singh <sumitsingh_1234> |
| Component: | UI | Assignee: | Platform-UI-Inbox <Platform-UI-Inbox> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | P3 | CC: | tanmatra |
| Version: | 4.2.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
*** This bug has been marked as a duplicate of bug 404231 *** |
I got one issue with Eclipse juno. In my RCPIi added menu for resetting Perspective. Below is the handler code for reset menu. @Execute public void execute(EModelService modelService, MWindow window) { MPerspective persp = modelService.getActivePerspective(window); modelService.resetPerspectiveModel(persp, window); } But it seem to me that it not reset the perspective to its default state.