stoneharry / WoW-Spell-Editor

A Spell Editor for WoW versions WOTLK 3.3.5, TBC 2.4.3, or Vanilla 1.12.1.
260 stars 119 forks source link

Mask comboboxes issue #150

Open T1ti opened 2 years ago

T1ti commented 2 years ago

Spell editor version 1.9.9

Describe the bug When clicking in the red area of the checkbox image instead of adding an integer as expected in the combobox above, it just copy the checkbox's string (the hex string)

Because spell editor parses the combobox string and expects an integer, it just crashes on export image

To Reproduce Steps to reproduce the behavior:

  1. Go to spell class mask
  2. Click on the red area in the iamge above
  3. See that it copies the hex string instead of just checking the box like if you click on the other area(text/checkbox).

Expected behavior it should just check the box