mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-25 14:52:03 +08:00
cabana: fix video_splitter created twice (#27101)
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