============================================================================
| 277 | |
| 278 | //============================================================================ |
| 279 | void CAutoHideTab::updateStyle() |
| 280 | { |
| 281 | internal::repolishStyle(this, internal::RepolishDirectChildren); |
| 282 | update(); |
| 283 | } |
| 284 | |
| 285 | |
| 286 | //============================================================================ |
no test coverage detected