diff options
-rw-r--r-- | src/gui/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/theme.h b/src/gui/theme.h index 2b6e45812..2332db1da 100644 --- a/src/gui/theme.h +++ b/src/gui/theme.h @@ -142,7 +142,7 @@ class Theme final : public Palette, logger->log("incorrect color request type: %d from %u", static_cast<int>(type), static_cast<unsigned int>(mColors.size())); - type = ThemeColorIdT::BROWSERBOX; + type = ThemeColorId::BROWSERBOX; } Color* col = &mColors[static_cast<size_t>(type)].color; col->a = alpha; |