MCPcopy Create free account
hub / github.com/MyGUI/mygui / updateFromCoordValue

Method updateFromCoordValue

Tools/LayoutEditor/WorkspaceControl.cpp:485–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 }
484
485 void WorkspaceControl::updateFromCoordValue()
486 {
487 // тут работаем с локальными координатами
488 if (mCurrentWidget != nullptr)
489 setWidgetCoord(mCurrentWidget, mCoordValue);
490
491 updateSelectionFromValue();
492 }
493
494 void WorkspaceControl::updateSelectionFromValue()
495 {

Callers

nothing calls this directly

Calls 1

setWidgetCoordFunction · 0.85

Tested by

no test coverage detected