Update piano_roll.h
A better way to update the play button icons, which requires less "if" checks and method calls in total.
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
return "pianoroll";
|
||||
}
|
||||
|
||||
void updatePlayPauseIcon();
|
||||
void setPauseIcon( bool pause );
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user