set base opacity for disable state getting re-enabled

This commit is contained in:
thecozies
2025-07-22 08:21:45 -05:00
parent 447d282eed
commit ac51bee933
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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);
+1
View File
@@ -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);