| 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 | { |
nothing calls this directly
no test coverage detected