mirror of
https://github.com/BanjoRecomp/BanjoRecomp
synced 2026-05-23 22:45:12 -04:00
set base opacity for disable state getting re-enabled
This commit is contained in:
@@ -27,6 +27,7 @@ namespace recompui {
|
||||
set_cursor(Cursor::Pointer);
|
||||
set_color(theme::color::TextDim);
|
||||
set_tab_index(TabIndex::Auto);
|
||||
set_opacity(1.0f);
|
||||
|
||||
hover_style.set_color(theme::color::Text);
|
||||
focus_style.set_color(theme::color::Text);
|
||||
|
||||
@@ -31,6 +31,7 @@ namespace recompui {
|
||||
set_cursor(Cursor::Pointer);
|
||||
set_color(theme::color::TextDim);
|
||||
set_tab_index(TabIndex::Auto);
|
||||
set_opacity(1.0f);
|
||||
|
||||
hover_style.set_color(theme::color::Text);
|
||||
focus_style.set_color(theme::color::Text);
|
||||
|
||||
Reference in New Issue
Block a user