Fix size not appearing on size tool when started from launcher (#2734)

* Fix size not appearing on size tool when started from launcher

* clang format
This commit is contained in:
borgmanJeremy
2022-06-29 19:22:13 -05:00
committed by GitHub
parent 44b19a90e1
commit de5241dd4e

View File

@@ -1101,6 +1101,8 @@ void CaptureWidget::initSelection()
m_context.selection = extendedRect(m_selection->geometry());
emit m_selection->geometrySettled();
}
updateSizeIndicator();
}
void CaptureWidget::setState(CaptureToolButton* b)