ak2yny / OpenHeroSelectGUI

GUI for OpenHeroSelect based on MUAOpenHeroSelect by adamatti
GNU General Public License v3.0
4 stars 1 forks source link

The drop area of the selected characters list does not include area occupied by characters. #9

Closed ak2yny closed 1 year ago

ak2yny commented 1 year ago

The drop area of the selected characters list is very small, when the list is getting filled.

The area has to be defined in the MUA and XML2 pages, rather than the selected characters page. This is to make sure that the MUA page can update the location boxes when the list changes. A drop area cannot be defined on top of the list, as it would disable interaction with it. Currently, the area is in the background.

Possible solution: area on top, which is invisible by default and becomes visible at the DragOver event. To enable the area, we should probably also define a margin in the MUA/XML2 pages, so that there is a drop area from the start.

ak2yny commented 1 year ago

Fixed 39f1ae48e189e4fad8397180c9566fd812a47144