summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-30 10:08:25 +0200
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2020-03-30 10:18:48 +0200
commit3d954528175fec21aa3291e4fd5d8cfb15f4bf96 (patch)
treea6cde42aedbe0c04c073877560e17d4c0c45badb
parentec76bb8b252aefee2e95f570035a398476bebb7e (diff)
downloadskin-lcarsng-3d954528175fec21aa3291e4fd5d8cfb15f4bf96.tar.gz
skin-lcarsng-3d954528175fec21aa3291e4fd5d8cfb15f4bf96.tar.bz2
Fixed setup splitscreen mode
-rw-r--r--displaymenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/displaymenu.c b/displaymenu.c
index 44059e3..21221f8 100644
--- a/displaymenu.c
+++ b/displaymenu.c
@@ -644,8 +644,8 @@ void cLCARSNGDisplayMenu::DrawMainBracket(void)
}
}
if (MenuCategory() == mcSetup) {
- DrawRectangleOutline(osd, xm02, ys00, xm03 - 1, ys01 - 1, frameColorBr, frameColorBg, 15);
- osd->DrawText(xm02 + Margin, ys00 + Margin, tr("Setup"), frameColorFg, frameColorBg, font, xm03 - xm02 - 2 * Margin, lineHeight - Margin, taBottom | taLeft | taBorder);
+ DrawRectangleOutline(osd, xm02, ys00, xm08 - 1, ys01 - 1, frameColorBr, frameColorBg, 15);
+ osd->DrawText(xm02 + Margin, ys00 + Margin, tr("Setup"), frameColorFg, frameColorBg, font, xm08 - xm02 - 2 * Margin, lineHeight - Margin, taBottom | taLeft | taBorder);
}
// if (MenuCategory() == mcCommand)
// osd->DrawText(xm02, ys00, tr("Commands"), Theme.Color(clrMenuFrameFg), frameColor, font, xm04 - xm02 - Gap, lineHeight, taBottom | taLeft | taBorder);