Kowson / Details-Damage-Meter-for-3.3.5a

Details Damage Meter backported for World of Warcraft 3.3.5a Wrath of the Lich King
33 stars 14 forks source link

[BUG] Grouped windows can only be resized a few pixel at a time #34

Closed AFKoncore closed 4 years ago

Kowson commented 4 years ago

That one is kinda tricky, because moving a window stops resizing. And when changing size of grouped windows they are moving a bit, so need to think of workaround for this.

Kowson commented 4 years ago

Could you tell me how does it work on retail? What I mean - does it:

  1. resize all windows in group at once
  2. resize only one window and after releasing mouse button updates all windows in the group? I can probably implement 2.
AFKoncore commented 4 years ago

It's the first way judging by this video https://www.youtube.com/watch?v=wV8m62z4dx0&t=49 but I'll be fine with the second.

Kowson commented 4 years ago

Okay, I've found a way to temporary fix it. It is less intuitive, but effect is the same. Basically you can resize them in anyway you want, but they are not always attached to each other during resizing. There seems to be problem with function responsible for that.

Will deploy a release later today or tomorrow after testing whether it works.