Add comments and minor changes
This commit is contained in:
@@ -150,7 +150,7 @@ void CaptureWidget::paintEvent(QPaintEvent *) {
|
||||
// paint handlers
|
||||
updateHandles();
|
||||
painter.setBrush(m_uiColor);
|
||||
for(auto r: handleMask()) {
|
||||
for(auto r: handleMask().rects()) {
|
||||
painter.drawRoundRect(r, 100, 100);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user