Update FFmpeg handling and focus management
Refactor FFmpeg frame processing and improve focus management in panels. Add memory sanitization for debug builds and update KDDockWidgets integration.
This commit is contained in:
@@ -776,6 +776,7 @@ void Core::StartGUI(bool full_screen)
|
||||
connect(qApp, &QApplication::focusChanged, PanelManager::instance(),
|
||||
&PanelManager::FocusChanged);
|
||||
|
||||
KDDockWidgets::initFrontend(KDDockWidgets::FrontendType::QtWidgets);
|
||||
// Set KDDockWidgets flags
|
||||
auto &config = KDDockWidgets::Config::self();
|
||||
auto flags = config.flags();
|
||||
|
||||
Reference in New Issue
Block a user