created new sequence dialog

This commit is contained in:
itsmattkc
2019-07-21 18:21:40 -07:00
parent 9cfed140b3
commit f8830beac7
37 changed files with 911 additions and 101 deletions
-3
View File
@@ -38,8 +38,6 @@ NodePanel::NodePanel(QWidget *parent) :
void NodePanel::SetGraph(NodeGraph *graph)
{
SetSubtitle(graph->name());
node_view_->SetGraph(graph);
}
@@ -54,5 +52,4 @@ void NodePanel::changeEvent(QEvent *e)
void NodePanel::Retranslate()
{
SetTitle(tr("Node Editor"));
SetSubtitle(tr("(none)"));
}