mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CComponents: epand method setFrameThickness() to change selected frame
This commit is contained in:
@@ -282,3 +282,11 @@ inline void CComponents::setYPos(const int& ypos)
|
||||
{
|
||||
y = ypos;
|
||||
}
|
||||
|
||||
void CComponents::setFrameThickness(const int& thickness, const int& thickness_sel)
|
||||
{
|
||||
fr_thickness = thickness;
|
||||
|
||||
if (fr_thickness_sel != thickness_sel)
|
||||
fr_thickness_sel = thickness_sel;
|
||||
}
|
||||
|
Reference in New Issue
Block a user