[0.17.9] Crash on accessing drop-down font style value
Posted: Mon Mar 11, 2019 12:46 am
Game crashes each time when script tries to access "font" property of existing "drop-down" GUI element. Not sure if this is new or existing bug, but posting here nevertheless.
Version: 0.17.9
OS: MacOS 10.13.6
Steps to reproduce:
Version: 0.17.9
OS: MacOS 10.13.6
Steps to reproduce:
Code: Select all
/c game.player.gui.top.add({type="drop-down", name="dropdown_test"})
/c game.print(game.player.gui.top.dropdown_test.style.font)