dragbutton: set cursor to open hand
Hopefully improves discoverability of how this button works
This commit is contained in:
@@ -25,6 +25,7 @@ namespace olive {
|
||||
DragButton::DragButton(QWidget *parent) :
|
||||
QPushButton(parent)
|
||||
{
|
||||
setCursor(Qt::OpenHandCursor);
|
||||
}
|
||||
|
||||
void DragButton::mousePressEvent(QMouseEvent *event) {
|
||||
|
||||
Reference in New Issue
Block a user