ported more effects to gles

This commit is contained in:
itsmattkc
2019-03-28 21:43:05 +11:00
parent 86bd06795a
commit 31bb862715
39 changed files with 50 additions and 113 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "rectangleselect.h"
void draw_selection_rectangle(QPainter& painter, const QRect& rect) {
void olive::ui::DrawSelectionRectangle(QPainter& painter, const QRect& rect) {
painter.setPen(QColor(204, 204, 204));
painter.setBrush(QColor(0, 0, 0, 32));
painter.drawRect(rect);