MantisBT - MPfm
View Issue Details
0000147MPfmUI | Custom Controls | Windows (WinForms)public2011-10-09 16:182012-04-09 11:31
ycastonguay 
ycastonguay 
normalmajoralways
resolvedfixed 
 
0.6.0.00.6.0.0 
0000147: The button rendering is sometimes garbled
This happens especially when resizing windows.

To reproduce it, resize the Add/Edit Marker and Add/Edit Loop windows.
No tags attached.
Issue History
2011-10-09 16:18ycastonguayNew Issue
2011-10-09 16:18ycastonguayStatusnew => assigned
2011-10-09 16:18ycastonguayAssigned To => ycastonguay
2011-10-29 13:41ycastonguayTarget Version0.4.5.3 => 0.4.6.0
2011-10-30 13:18ycastonguayTarget Version0.4.6.0 => 0.7.4.0
2011-12-22 16:19ycastonguayTarget Version0.7.4.0 => 0.5.1.1
2012-01-02 10:34ycastonguayTarget Version0.5.1.1 => 0.5.1.2
2012-01-18 18:27ycastonguayTarget Version0.5.1.2 => 0.5.2.1
2012-02-14 11:19ycastonguayTarget Version0.5.2.1 => 0.7.1.0
2012-02-18 11:42ycastonguayTarget Version0.7.1.0 => 1.0.0.0
2012-02-20 19:11ycastonguayPriorityurgent => normal
2012-02-20 19:11ycastonguayTarget Version1.0.0.0 => 0.6.0.0
2012-03-20 20:11ycastonguayTarget Version0.6.0.0 => 0.7.5.0
2012-04-09 11:03ycastonguayTarget Version0.7.5.0 => 0.6.0.0
2012-04-09 11:31svnCheckin
2012-04-09 11:31svnNote Added: 0000574
2012-04-09 11:31ycastonguayNote Added: 0000577
2012-04-09 11:31ycastonguayStatusassigned => resolved
2012-04-09 11:31ycastonguayFixed in Version => 0.6.0.0
2012-04-09 11:31ycastonguayResolutionopen => fixed
2012-04-17 19:10ycastonguayCategoryControls => Windows Controls
2012-04-24 20:59ycastonguayCategoryWindows Controls => UI | Windows | Custom Controls
2012-04-24 20:59ycastonguayCategoryUI | Windows | Custom Controls => Custom Controls | Windows
2012-04-24 21:00ycastonguayCategoryCustom Controls | Windows => UI | Custom Controls | Windows
2012-04-24 21:01ycastonguayCategoryUI | Custom Controls | Windows => UI | Custom Controls | Windows (WinForms)

Notes
(0000574)
svn   
2012-04-09 11:31   
The user animal has checked in files related to this issue (revision 407).

Comment:
MPfm 0.6.0.0
- Main window: Added FlowLayoutPanel and TableLayoutPanel controls to regroup the Loops and Markers toolbars and list views.
- Theme window: Now updating the panels according to the selected theme.
- Button: Finally fixed the rendering bug. Do not use e.ClipRectangle! Use ClientRectangle instead.

Related to issue 0000147, issue 0000219 and issue 0000333.



Files modified:
U MPfm/branches/current/MPfm/Other Screens/frmThemes.Designer.cs
U MPfm/branches/current/MPfm/Other Screens/frmThemes.cs
U MPfm/branches/current/MPfm/frmMain.Designer.cs
U MPfm/branches/current/MPfm/frmMain.resx
U MPfm/branches/current/MPfm.WindowsControls/Buttons-Toolbars/Button.cs
U MPfm/branches/current/MPfm.WindowsControls/Panel-Forms/Panel.cs
(0000577)
ycastonguay   
2012-04-09 11:31   
Yay! This is FINALLY fixed!