cabana: fix video_splitter created twice (#27101)

old-commit-hash: 1d5d57a3847285af4bcce934dad49ffa65397fc1
This commit is contained in:
Dean Lee
2023-01-27 03:02:17 +08:00
committed by GitHub
parent fbf2e53198
commit 37badb184e
-2
View File
@@ -121,8 +121,6 @@ void MainWindow::createDockWindows() {
charts_layout->setContentsMargins(0, 0, 0, 0);
charts_layout->addWidget(charts_widget);
video_splitter = new QSplitter(Qt::Vertical,this);
// splitter between video and charts
video_splitter = new QSplitter(Qt::Vertical, this);
video_widget = new VideoWidget(this);