##// END OF EJS Templates
Active layout when templete selected in chartviewer
Michal Klocek -
r1962:a94103298b2f
parent child
Show More
@@ -334,6 +334,7 void Window::checkTemplate()
334 334 m_baseLayout->addItem(qchart, j / 3, j % 3);
335 335 m_chartHash[qchart] = j;
336 336 }
337 m_baseLayout->activate();
337 338 }
338 339
339 340 void Window::checkTheme()
General Comments 0
You need to be logged in to leave comments. Login now