Mercurial > hg > svgui
log view/Pane.cpp @ 855:57efeb75880d
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) |