Add comments and minor changes

This commit is contained in:
lupoDharkael
2017-05-27 13:08:09 +02:00
parent 9deb65e29c
commit 8cbe8e0c88
5 changed files with 10 additions and 4 deletions

View File

@@ -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);
}
}