TimothyLuke / GSE-Advanced-Macro-Compiler

GSE is an alternative advanced macro editor and engine for World of Warcraft.
https://discord.gg/gseunited
MIT License
200 stars 71 forks source link

[BUG] Variable block leaves an empty space where it was after removing it #971

Closed xan2622 closed 3 years ago

xan2622 commented 3 years ago

🔵 Describe the bug: The variable block leaves an empty space where it was after removing it (after clicking on the " - " icon).

🔵 To reproduce: (Steps to reproduce the behavior)

  1. Open my "AA5_Rotation" macro
  2. Go to 'tab 2'
  3. Click on 'NEW'
  4. Go to tab 3 and scroll down to the Variables
  5. Delete a variable block
  6. You might notice that the Variable block disappears but leaves an empty space where the block was before.

🔵 Screenshots:

🔵 Expected behavior: I expected the next Variable (the one that was bellow) to move up.

🔵 GSE.lua file:

GSE.lua.txt

🔵 Desktop OS: Windows 10 64bits pro Hardware: nvidia GTX 1070 8GB - driver: 471.11

🔵 Game Version World of Warcraft Shadowlands version 9.1.0.39335 (French language)

🔵 GSE Version Version: 3.0.28-3-gb3bf7ef

TimothyLuke commented 3 years ago

This is as intended. The screen is not redrawn to prevent ending up in a random place on the scroll.