Any given mouse wheel input will generate two InputEvents in godot.
The zoom methods here acted on both ones, effectively giving a step value of 4 instead of 2.
Fixes#7236
(cherry picked from commit c2040324be)
When changing snap mode in texture region plugin ticks was not updating. Issue fixed changing order of setting checked status and setting snap mode.
(cherry picked from commit d766738991)
Now the TextureRegionEditor updates when you change the region_rect either via the inspector or via
undo/redo.
Fixes#6772
(cherry picked from commit 094073e4b2)
Add texture region support for StyleBoxTexture.
Quick region(texture region and scale region) selection for StyleBoxTexture with TextureRegionEditorPlugin.