Skip to content

Commit

Permalink
Effect parameter label: set hand cursor to make dragability more disc…
Browse files Browse the repository at this point in the history
…overable
  • Loading branch information
ronso0 committed Nov 12, 2022
1 parent 67a3e3f commit e3c608e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widget/weffectparameternamebase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ WEffectParameterNameBase::WEffectParameterNameBase(
m_pEffectsManager(pEffectsManager),
m_text("") {
setAcceptDrops(true);
setCursor(Qt::OpenHandCursor);
parameterUpdated();
// When the parameter value changed it is display briefly.
// Set up the timer that restores the parameter name.
Expand Down

0 comments on commit e3c608e

Please sign in to comment.