Blender Git Commit Log
Git Commits -> Revision 719bf20
Revision 719bf20 by Ton Roosendaal (master) March 11, 2011, 17:01 (GMT) |
Bugfix #26444 Double click in File Window also loaded a file on double-click at a directory. The operator for it was using a Macro mistakingly here. On any double click, it selected the item first and then executed load. By default, any double click action has to rely on the first click being properly handled before. Simply removing this macro, and assign the "exec operator" to the double-click event works as expected. A double click on a directory then just shows the dir (because the exec requires an 'active' file item). |
Commit Details:
Full Hash: 719bf206b4b79c06de966b6b4a2c3a06a04c713c
SVN Revision: 35473
Parent Commit: 01b547f
Lines Changed: +5, -8