Skip to content
Extraits de code Groupes Projets

Improve timingView with display of the ASS lines

Fermé Elliu a demandé de fusionner timingView-improve-rebased vers master
3 files
+ 26
12
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

  • f1edf7d8
    currentVivyDocument and currentScriptDocument macros don't always return
    the "parent" document. This assumption lead to some badly initialized
    data that considered the wrong document to be the "parent" of the view.
    
    Fix the bad usage of those macros
+ 1
0
@@ -7,6 +7,7 @@
using namespace Vivy::Ass;
Line::Line()
// FIXME SEVERE: use of currentVivyDocument?
: assFactory(currentVivyDocument->getAssSubDocument()->getFactory())
{
}
Chargement en cours