MantisBT - MPfm | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0000336 | MPfm | UI | Custom Controls | Windows (WinForms) | public | 2012-04-14 18:29 | 2012-04-14 18:42 | |||||
Reporter | ycastonguay | |||||||||
Assigned To | ycastonguay | |||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | |||||
Status | resolved | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | 0.6.0.0 | Fixed in Version | 0.6.0.0 | |||||||
Summary | 0000336: Add transparency to the Fader and TrackBar controls | |||||||||
Description | Add transparency by calling the same code found in the Label and LinkLabel controls. // Check if the gradient background should be used if (!theme.IsBackgroundTransparent) { // Draw background gradient (cover -1 pixel to fix graphic bug) Rectangle rectBackground = new Rectangle(-1, -1, ClientRectangle.Width + 2, ClientRectangle.Height + 2); Rectangle rectBorder = new Rectangle(0, 0, ClientRectangle.Width - 1, ClientRectangle.Height - 1); PaintHelper.RenderBackgroundGradient(g, rectBackground, rectBorder, theme.TextGradient); } else { // Call paint background base.OnPaintBackground(pe); // CPU intensive when transparent } | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2012-04-14 18:29 | ycastonguay | New Issue | ||||||||
2012-04-14 18:29 | ycastonguay | Status | new => assigned | |||||||
2012-04-14 18:29 | ycastonguay | Assigned To | => ycastonguay | |||||||
2012-04-14 18:29 | ycastonguay | Relationship added | child of 0000307 | |||||||
2012-04-14 18:41 | svn | Checkin | ||||||||
2012-04-14 18:41 | svn | Note Added: 0000598 | ||||||||
2012-04-14 18:42 | ycastonguay | Status | assigned => resolved | |||||||
2012-04-14 18:42 | ycastonguay | Fixed in Version | => 0.6.0.0 | |||||||
2012-04-14 18:42 | ycastonguay | Resolution | open => fixed | |||||||
2012-04-17 19:10 | ycastonguay | Category | Controls => Windows Controls | |||||||
2012-04-24 20:59 | ycastonguay | Category | Windows Controls => UI | Windows | Custom Controls | |||||||
2012-04-24 20:59 | ycastonguay | Category | UI | Windows | Custom Controls => Custom Controls | Windows | |||||||
2012-04-24 21:00 | ycastonguay | Category | Custom Controls | Windows => UI | Custom Controls | Windows | |||||||
2012-04-24 21:01 | ycastonguay | Category | UI | Custom Controls | Windows => UI | Custom Controls | Windows (WinForms) |
Notes | |||||
|
|||||
|
|