SonyWWS / LevelEditor

The ATF LevelEditor is a powerful tool for constructing and assembling game levels. It provides a WYSIWYG interface and allows you to place objects, edit properties, edit terrain, and build game levels.
Apache License 2.0
1.32k stars 230 forks source link

Bug: layers checkbox doesn't update properly #10

Closed LogicalError closed 10 years ago

LogicalError commented 10 years ago

I noticed that when checking/unchecking items in the layers panel that the checkbox for the layer automatically visually switches on/off every time you switch a child's checkbox on / off. It doesn't seem to actually switch the layer on / off however.

If this is supposed to show a partial state maybe it's better to use three state checkboxes: http://msdn.microsoft.com/en-us/library/system.windows.forms.checkbox.threestate(v=vs.110).aspx

abeckus commented 10 years ago

Hi Sander, I am aware there are few bugs in Layer lister. I will look into them soon. Thanks for reporting the bug.

abeckus commented 10 years ago

Fixed, Thanks for reporting the issue.

Alan