| 193 | } |
| 194 | |
| 195 | void CControlUI::SetColorHSL(bool bColorHSL) |
| 196 | { |
| 197 | if( m_bColorHSL == bColorHSL ) return; |
| 198 | |
| 199 | m_bColorHSL = bColorHSL; |
| 200 | Invalidate(); |
| 201 | } |
| 202 | |
| 203 | int CControlUI::GetBorderSize() const |
| 204 | { |
nothing calls this directly
no outgoing calls
no test coverage detected