Review changes

This commit is contained in:
jpirnay
2026-04-28 15:33:51 +02:00
parent dfe5bf1ef7
commit 113d654d86
3 changed files with 23 additions and 24 deletions
+1 -1
View File
@@ -918,7 +918,7 @@ void BaseTheme::drawKeyboardKey(const GfxRenderer& renderer, Rect rect, const ch
renderer.drawRect(rect.x, rect.y, rect.width, rect.height);
}
const bool invert = isSelected && !inactiveSelection;
const bool invert = isSelected && !inactiveSelection && keyType != KeyboardKeyType::Disabled;
if (keyType == KeyboardKeyType::Space) {
const int lineHalfWidth = rect.width * 3 / 10;