Mercurial > hg > svgui
log view/Pane.cpp @ 854:c17719e488c9
age | author | description |
---|---|---|
Wed, 03 Sep 2014 12:04:22 +0100 | Chris Cannam | Fix some potential null-pointer derefs, and simplify some logic where loops were used with an unconditional "break" that meant they could only happen once (from coverity scan) |
Tue, 02 Sep 2014 16:14:22 +0100 | Chris Cannam | Use getInteractionLayer for immediate interactions, rather than getSelectedLayer (which may be invisible) |
Tue, 02 Sep 2014 14:47:04 +0100 | Chris Cannam | Introduce (but don't yet populate) the fixed layers vector; rename m_layers to m_layerStack to reflect its ordering by stacking |