RPTools / maptool

Virtual Tabletop for playing roleplaying games with remote players or face to face.
http://rptools.net
GNU Affero General Public License v3.0
787 stars 259 forks source link

Modify ButtonGroup drag to check for no change #4888

Closed bubblobill closed 2 weeks ago

bubblobill commented 3 weeks ago

resolves #4883

Description of the Change

When a macro button is dragged, logic now checks for change in button group first and exits if there is no change.

This prevents accidental small drags and drags that have no effect progressing to permission checks and further processing.

Permission error message only presents when there is a change in the button group value.

Possible Drawbacks

none

Documentation Notes

Stopped permission error message for dragging macro buttons where there is no change.

Release Notes

Stopped permission error message for dragging macro buttons where there is no change.


This change is Reviewable