MCPcopy Create free account
hub / github.com/OpenBoard-org/OpenBoard / showControls

Method showControls

src/domain/UBGraphicsItemDelegate.cpp:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

OpenLayers.jsFile · 0.80
updateSelectionFrameMethod · 0.80

Calls 2

systemScaleFactorMethod · 0.80
currentZoomMethod · 0.80

Tested by

no test coverage detected