Skip to content
Snippets Groups Projects
Commit d4d0ecba authored by Martin Hanzik's avatar Martin Hanzik Committed by Jan Trávníček
Browse files

Redraw InputGraphicsBox on input change

parent b9f08a88
No related branches found
No related tags found
Loading
......@@ -31,6 +31,7 @@ void InputGraphicsBox::on_SetInput()
}
 
this->color = model->getAutomaton() ? Qt::blue : Qt::red;
this->update();
}
 
void InputGraphicsBox::contextMenuEvent(QGraphicsSceneContextMenuEvent* event) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment