|
Bugzilla – Full Text Bug Listing |
| Summary: | StatusBar: Second and later panels do not refresh on change | ||
|---|---|---|---|
| Product: | [Mono] Mono: Class Libraries | Reporter: | Andy Hume <andyhume32> |
| Component: | Windows.Forms | Assignee: | Jonathan Pobst <jpobst> |
| Status: | RESOLVED FIXED | QA Contact: | Mono Bugs <mono-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | 1.9 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | StatusBar | ||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Andy Hume
2008-06-25 08:19:47 UTC
Fixed in r106585. Thanks for the testing! 2008-06-25 Jonathan Pobst <monkey@jpobst.com> * ThemeWin32Classic.cs: Fix from Andy for panel text for panels that are not the first panel. * StatusBar.cs: Ensure that the X coordinate of panels is always stored. Fix IList implementation of StatusBarPanelCollection to call the regular methods. [Fixes bug #403599, #402165] |