============================================================================
| 289 | |
| 290 | //============================================================================ |
| 291 | bool CResizeHandle::isResizing() const |
| 292 | { |
| 293 | return d->Pressed; |
| 294 | } |
| 295 | |
| 296 | |
| 297 | //============================================================================ |
no outgoing calls
no test coverage detected