This commit is contained in:
2019-07-02 13:50:20 +02:00
parent fc2cc7e00c
commit 975076043f
6 changed files with 16 additions and 17 deletions

View File

@ -229,6 +229,8 @@ void qDetectorMain::SetUpWidgetWindow() {
heightCentralWidget = centralwidget->size().height();
// Default zoom Tool Tip
zoomToolTip = dockWidgetPlot->toolTip();
Initialization();
}
void qDetectorMain::SetUpDetector(const std::string fName, int multiID) {
@ -273,8 +275,6 @@ void qDetectorMain::SetUpDetector(const std::string fName, int multiID) {
//FIXME: not needed anymore due to client creating socket each time
//myDet->setOnline(slsDetectorDefs::ONLINE_FLAG);
//myDet->setReceiverOnline(slsDetectorDefs::ONLINE_FLAG);
Initialization();
}
void qDetectorMain::Initialization() {