MCPcopy Create free account
hub / github.com/comaps/comaps / UpdateScaleControl

Method UpdateScaleControl

qt/qt_common/map_widget.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void MapWidget::UpdateScaleControl()
268{
269 if (!m_slider || m_sliderState == SliderState::Pressed)
270 return;
271 m_slider->SetPosWithBlockedSignals(m_framework.GetDrawScale());
272}
273
274void MapWidget::Build()
275{

Callers

nothing calls this directly

Calls 2

GetDrawScaleMethod · 0.80

Tested by

no test coverage detected