SonyWWS / ATF

Authoring Tools Framework (ATF) is a set of C#/.NET components for making tools on Windows. ATF has been in continuous development in Sony Computer Entertainment's (SCE) Worldwide Studios central tools group since early 2005. ATF has been used by most SCE first party studios to make many custom tools such as Naughty Dog’s level editor and shader editor for The Last of Us, Guerrilla Games’ sequence editor for Killzone games (including the Killzone: Shadow Fall PS4 launch title), an animation blending tool at Santa Monica Studio, a level editor at Bend Studio, a visual state machine editor for Quantic Dream, sound editing tools, and many others.
Apache License 2.0
1.89k stars 262 forks source link

PropertyGridView right click on category #24

Closed ColinCren closed 10 years ago

ColinCren commented 10 years ago

There appears to be a bug where right clicking a category minimizes it the same as if the left click was used. It seems to be that right and left buttons are handled the same in OnMouseDown. It seems like this function should early out if its the right button and allow the context menu to take effect.

Thoughts?

Ron2 commented 10 years ago

I can reproduce the problem. Thank you for reporting it. That should be an easy fix.