Skip to content
Snippets Groups Projects
Commit 02cedf9c authored by Provot Bertrand's avatar Provot Bertrand
Browse files

Adding separator at the end of filtering

parent fc85f398
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,7 @@ void FilteringService::applyAlgorithm(Filtering* algo)
}
riw = new StandardImageWindow(resImg, _siw->getPath());
_ws->addText(outputMessage);
_ws->addText("-------------------------------------------");
}
if(i == 0) riw->setWindowTitle(_siw->windowTitle() + " - " + _filterChoice->getFilterName() + " Result ");
......
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