Make m_context.selection synced with m_selection (#1894)

This commit is contained in:
Haris Gušić
2021-09-14 15:16:03 +02:00
committed by GitHub
parent aca0db963b
commit e0cd397dc1
3 changed files with 7 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ void SelectionWidget::resizeEvent(QResizeEvent*)
void SelectionWidget::moveEvent(QMoveEvent*)
{
updateAreas();
emit resized();
}
void SelectionWidget::updateColor(const QColor& c)