mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-18 05:23:57 +08:00
cabana: fix video_splitter created twice (#27101)
old-commit-hash: 1d5d57a3847285af4bcce934dad49ffa65397fc1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user