mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-18 16:05:51 +09:00
Fix window not visible in fullscreen applications
This commit is contained in:
@@ -12,7 +12,7 @@ namespace gsr {
|
||||
static const float title_spacing_scale = 0.015f;
|
||||
|
||||
Subsection::Subsection(const char *title, std::unique_ptr<Widget> inner_widget, mgl::vec2f size) :
|
||||
label(&get_theme().title_font, title, get_theme().text_color),
|
||||
label(&get_theme().title_font, title, get_color_theme().text_color),
|
||||
inner_widget(std::move(inner_widget)),
|
||||
size(size)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user