This commit is contained in:
parent
5a0db0c56e
commit
4dc8f25bae
1 changed files with 1 additions and 0 deletions
|
|
@ -113,6 +113,7 @@ namespace DMX2
|
|||
void AddSeqUI (Sequenceur s)
|
||||
{
|
||||
VBox newvbox = new VBox();
|
||||
newvbox.PackStart(s.GetUI(),false,false,0);
|
||||
onglets.Add (newvbox);
|
||||
onglets.ShowAll();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue