Rename Frame class to Group

This commit is contained in:
Sergio Martins
2022-06-21 16:34:20 +01:00
parent b45644af74
commit fe7a8d450c
70 changed files with 447 additions and 448 deletions

View File

@@ -263,7 +263,7 @@ void IndicatorWindow_qtwidgets::updatePositions()
m_outterBottom->move(r.center().x() - halfIndicatorWidth, r.y() + height() - indicatorWidth - OUTTER_INDICATOR_MARGIN);
m_outterTop->move(r.center().x() - halfIndicatorWidth, r.y() + OUTTER_INDICATOR_MARGIN);
m_outterRight->move(r.x() + width() - indicatorWidth - OUTTER_INDICATOR_MARGIN, r.center().y() - halfIndicatorWidth);
Controllers::Frame *hoveredFrame = classicIndicators->hoveredFrame();
Controllers::Group *hoveredFrame = classicIndicators->hoveredFrame();
if (hoveredFrame) {
QRect hoveredRect = hoveredFrame->view()->geometry();
m_center->move(r.topLeft() + hoveredRect.center() - QPoint(halfIndicatorWidth, halfIndicatorWidth));