• Guillaume Seguin's avatar
    Fix potential RuntimeError in gviz · f810f246
    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
gviz.py 20.3 KB