Skip to content
Snippets Groups Projects
Commit 2a70b7a3 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Remove canvas from DataWindow on closing

parent 558fa784
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@ DataWindow::~DataWindow()
void DataWindow::closeButtonPressed()
{
setContentNonOwned(0,false);
setVisible(false);
controlButton->setToggleState(false,false);
}
\ No newline at end of file
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