Clear list rings when loading a new formspec
authorest31 <MTest31@outlook.com>
Sat, 10 Oct 2015 15:07:53 +0000 (17:07 +0200)
committerest31 <MTest31@outlook.com>
Sat, 10 Oct 2015 15:10:52 +0000 (17:10 +0200)
commit41d896d5c248be18f87776433f126c43d7dbca9b
treea705228e30ab5007286094f379c49dadf4d98b0e
parent7504cdcfbf1d4fffae93041878c5d66d035b019c
Clear list rings when loading a new formspec

Fixes a bug where the old list ring remained when a new formspec
was displayed over the old one. This created the list-ring of the new formspec
to be partly ignored.

Thanks to @VanessaE to report the bug, and @DonBatman to produce the code that
exposed it.
src/guiFormSpecMenu.cpp