Skip to content
Snippets Groups Projects
Commit 35fcda77 authored by Markus Grotz's avatar Markus Grotz
Browse files

fixed automatic data logging

parent a78f7e2d
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,6 @@ namespace armarx
if (!ui.btnLogToFile->isChecked())
{
ui.btnLogToFile->setChecked(true);
toggleLogging(true);
}
else
{
......@@ -116,7 +115,6 @@ namespace armarx
if (ui.btnLogToFile->isChecked())
{
ui.btnLogToFile->setChecked(false);
toggleLogging(false);
}
else
{
......
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