CComponents: epand method setFrameThickness() to change selected frame

Origin commit data
------------------
Branch: ni/coolstream
Commit: 8bbd7024d9
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-06-13 (Fri, 13 Jun 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
2014-06-13 20:34:09 +02:00
committed by vanhofen
parent e990abf516
commit d10a1b79e4
2 changed files with 11 additions and 3 deletions

View File

@@ -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;
}