Blender Git Loki

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

2 Modified Paths:

/source/blender/editors/space_file/file_ops.c (+3, -7) (Diff)
/source/blender/editors/space_file/space_file.c (+2, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021