1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-07-01 11:25:26 +00:00
OpenDiablo2/d2game
juander dbbfdd6acf d2gamescreen/char_select: Fix crash on double clicking singleplayer
if we clicked twice on the single player button of the main menu, then
the first click would set the current screen to the
character_select. The second click directly after that will be
handled by the character_select screen. It's OnLoad() method was not
called yet, which initialized all widgets. The click handler of
character_select screen referenced the nil scrollbar and crashes.
2020-11-13 13:46:40 +01:00
..
d2gamescreen d2gamescreen/char_select: Fix crash on double clicking singleplayer 2020-11-13 13:46:40 +01:00
d2player d2player/skilltree: Move every element to widgets 2020-11-09 18:26:34 +01:00