-
Guillaume Seguin authored
self.layers dictionnary could change from another thread, thus changing size during repaint iteration. Using a fixed range with the current number of layers avoids iterating directly on the dictionnary.
f810f246
self.layers dictionnary could change from another thread, thus changing size during repaint iteration. Using a fixed range with the current number of layers avoids iterating directly on the dictionnary.