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 19fd53b20a
commit fddc16a0db

View File

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