##// END OF EJS Templates
Added widget focus on selection in the tree list.
Jeandet Alexis -
r11:1576f6bb2776 default
parent child
Show More
@@ -213,8 +213,8 void LPMONMainWindow::showAboutBox()
213 213 void LPMONMainWindow::pluginselected(const QString &instanceName)
214 214 {
215 215 socexplorerplugin* drv=socexplorerproxy::self()->getSysDriver(instanceName);
216 // if(drv)
217 // drv->activate(true);
216 if(drv)
217 drv->raise();
218 218 // TODO add plugin widget auto focus
219 219 }
220 220
General Comments 0
You need to be logged in to leave comments. Login now