mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Fix certain buttons turning up white in dark theme
Fixes the browse button in the remux file dialog not having the proper style applied. This is a bit of a workaround because it is still unknown why the button was white.
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
#include "window-remux.hpp"
|
||||
#include "qt-wrappers.hpp"
|
||||
#include "context-bar-controls.hpp"
|
||||
#include "obs-proxy-style.hpp"
|
||||
#include "display-helpers.hpp"
|
||||
#include "volume-control.hpp"
|
||||
#include "remote-text.hpp"
|
||||
@@ -217,6 +218,7 @@ OBSBasic::OBSBasic(QWidget *parent)
|
||||
|
||||
ui->setupUi(this);
|
||||
ui->previewDisabledWidget->setVisible(false);
|
||||
ui->contextContainer->setStyle(new OBSProxyStyle);
|
||||
|
||||
startingDockLayout = saveState();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user