Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PixmapButton - Undo/Redo #4898

Open
zonkmachine opened this issue Mar 16, 2019 · 1 comment · May be fixed by #6410
Open

PixmapButton - Undo/Redo #4898

zonkmachine opened this issue Mar 16, 2019 · 1 comment · May be fixed by #6410
Labels

Comments

@zonkmachine
Copy link
Member

Undo/redo of PixmapButton shows erratic behavior. A single press of a PixmapButton seem to indicate that undo/redo isn't implemented for this class but consecutive presses will register but it's glitchy.

Example one:
Press mute button on a track and then press <Ctrl+z> or use the edit menu function. The action isn't reverted.

Example two:
Press mute button on a track twice followed by two 'undo' actions. The second undo will change the state of the button.

Example three:
With two unmuted tracks in the song editor do the following.
Press the mute button on the first track four times.
Press the mute button on the second track four times.
Press <Ctrl+z> once. Nothing happens.
Press <Ctrl+z> three times. The second track will change state to muted.
Press <Ctrl+z> once. Nothing happens.
Press <Ctrl+z> three times. The first track will change state to muted.

@musikBear
Copy link

Confirming for win32 RC8
Good find / first issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants