View Revisions: Issue #3461 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0003461: Right aligning decoration images/user roles (player slot styles) is done with a CustomItemDelegate hack |
|
Revision |
2018-08-24 01:40 by WubTheCaptain |
|
Additional Information |
This is a hack from a very long ago (2009–2011 or earlier).
Quote from src/core/gui/widgets/serverlistview.cpp
// If the row is selected and we are using the right aligned feature
// we must now redraw the decoration. The rectangle that was used
// in the previous function will cause the image to clip.
//
// The only other way I can think of for fixing that problem would
// be to completely rewrite this class, which I really don't want
// to do.
Qt 5.11 used in the screenshot. Found in Doomseeker 1.1 and 1.2~beta-180821-1617M. |
|
Revision |
2018-08-24 01:30 by WubTheCaptain |
|
Additional Information |
This is a hack from a very long ago.
Quote from src/core/gui/widgets/serverlistview.cpp
// If the row is selected and we are using the right aligned feature
// we must now redraw the decoration. The rectangle that was used
// in the previous function will cause the image to clip.
//
// The only other way I can think of for fixing that problem would
// be to completely rewrite this class, which I really don't want
// to do.
Qt 5.11 used in the screenshot. Found in Doomseeker 1.1 and 1.2~beta-180821-1617M. |
|
Revision |
2018-08-24 01:29 by WubTheCaptain |
|
Additional Information |
This is a hack from a very long ago.
Quote from src/core/gui/widgets/serverlistview.cpp
// If the row is selected and we are using the right aligned feature
// we must now redraw the decoration. The rectangle that was used
// in the previous function will cause the image to clip.
//
// The only other way I can think of for fixing that problem would
// be to completely rewrite this class, which I really don't want
// to do.
Qt 5.11 used in the screenshot. Found in Doomseeker 1.1 and 1.2~beta-180821-1617M. |