Fix LTM title filter color bug

.. the title of an LTM chart doesn't change when you
   select or deselect a filter in the sidebar.
This commit is contained in:
Mark Liversedge
2013-12-05 17:22:53 +00:00
parent b19ed09a9e
commit e1f7bb78ac

View File

@@ -339,6 +339,8 @@ LTMWindow::filterChanged()
}
refreshPlot();
repaint(); // just for the title..
}
void