dragbutton: set cursor to open hand

Hopefully improves discoverability of how this button works
This commit is contained in:
itsmattkc
2021-08-28 13:40:27 -07:00
parent 16aac5ba26
commit a0d7f896c8
@@ -25,6 +25,7 @@ namespace olive {
DragButton::DragButton(QWidget *parent) :
QPushButton(parent)
{
setCursor(Qt::OpenHandCursor);
}
void DragButton::mousePressEvent(QMouseEvent *event) {