13
0
Go to file
Paul Davis 5d6dc388f7 fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion
The code relied on the idea that the order-key resync that occurs after deletion would change the order keys and thus cause
a redisplay. But since both the editor and mixer can initiate an order-key resync, the other window's resync will actually
do nothing (the order keys will already be correct). This led to the incorrect placement of material in the tracks canvas,
because the first resync triggered a redisplay while the route still existed, and then the second resync didn't cause a
redisplay (repositioning) but the canvas elements representing the track went away.

Fixed by forcing a redisplay in both editor and mixer if a route deletion is believed to be triggering a row deletion
in their underlying data models.
2014-06-20 21:52:24 -04:00
doc
export
gtk2_ardour fix some confusion when redrawing editor/mixer track/strip displays after track/bus deletion 2014-06-20 21:52:24 -04:00
headless
icons
libs no more stack smashing, renice debug messages 2014-06-19 19:44:15 +02:00
mcp
midi_maps
msvc_extra_headers
MSVCardour3 Remove no longer needed sources from MSVC projects 2014-06-15 09:55:34 +01:00
MSVCMixbus3
patches
patchfiles
templates
tools update valgrind suppression file (ignore system-wide libs) 2014-06-15 13:24:41 +02:00
vst
.dir-locals.el
.gitignore
ardour_system_sae.rc
ardour_system.rc
ardour-3.ttl
ardour.1
ardour.1.es
ardour.1.fr
ardour.1.ru
ardour.dox
COPYING
instant.xml
instant.xml.sae
Makefile
PACKAGER_README
README
testfile.flac
testfile.ogg
TRANSLATORS
waf
wscript

Please see the Ardour web site at http://ardour.org/ for all documentation..

For information on building ardour: 
      
     http://ardour.org/development.html