| commit | 54880b5b5bf43dea00ea999c1c810ecc5a81523b | [log] [tgz] |
|---|---|---|
| author | Shawn O. Pearce <sop@google.com> | Fri Nov 05 15:50:20 2010 -0700 |
| committer | Shawn O. Pearce <sop@google.com> | Fri Nov 05 15:52:42 2010 -0700 |
| tree | f8b772d4c00d8bc3722d18ecc3c35ddf9dd81a36 | |
| parent | 638d3d9244720e0f07f22a953d25db878e9ad3f5 [diff] |
Fix key bindings in patch views Martin broke key bindings in patch views in commit 34646869 when he enabled them too soon. The keys were inserted into the global map (thus binding them to the new widgets) before the widgets were actually put into the DOM and made the active display. Change-Id: Ia8a41003e6a6618ad03bb0395e3dc5e743400adc Signed-off-by: Shawn O. Pearce <sop@google.com> CC: Martin Fick <mfick@codeaurora.org>