Blender Git Loki
Git Commits -> Revision 4371db4
Revision 4371db4 by Sergey Sharybin (master) November 15, 2011, 06:33 (GMT) |
Fix #29165: Arrow keys not working correct in Compositing Node Editor Bug is caused because of how ui_handle_menu_event works -- it makes quite tricky check in which direction movement happens depending on button type. Checked usages for uiItemV and found that it's used in node_editor only, so changed type of button used there, so ui_handle_menu_event works would detect right direction of movement. |
Commit Details:
Full Hash: 4371db4b3340a193f99c35941243cc206ea7de95
SVN Revision: 41852
Parent Commit: f72c668
Lines Changed: +3, -3
1 Modified Path:
/source/blender/editors/interface/interface_layout.c (+3, -3) (Diff)