| 252 | } |
| 253 | |
| 254 | void UBGraphicsItemDelegate::showControls() |
| 255 | { |
| 256 | mAntiScaleRatio = 1 / (UBApplication::boardController->systemScaleFactor() * UBApplication::boardController->currentZoom()); |
| 257 | positionHandles(); |
| 258 | } |
| 259 | |
| 260 | bool UBGraphicsItemDelegate::controlsExist() const |
| 261 | { |
no test coverage detected