| Summary: | AbstractTool should use CommandStackEventListener | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Pratik Shah <ppshah> |
| Component: | GEF-Legacy GEF (MVC) | Assignee: | Pratik Shah <ppshah> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.3 | ||
| Target Milestone: | 3.4.0 (Ganymede) M5 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Pratik Shah
Also, handleCommandStackChanged() should check for invalid state before it invokes handleInvalidInput() (currently, it only checks for initial state). Fixed. AbstractTool now becomes invalid before the command stack changes (instead of after). |