JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
130 stars 35 forks source link

Fix issues with handling of "Hand Drawn Edges" setting. #472

Closed mkhubbard closed 5 years ago

mkhubbard commented 5 years ago

This patch corrects a problem in the serialization/de-serialization of the Room state which was causing the handDrawn setting to be inverted by the save and load process.

Additionally the "Hand Drawn Edges" option is now disabled when setting the line drawing style to anything other than "Straight Edges" from the room properties dialog to better inform the user where the option is supported.

JasonLautzenheiser commented 5 years ago

Thanks for this....it looks good!