mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #386] [MERGED] Fix: correct console text background color #394
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#394
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/386
Author: @LukasMFR
Created: 11/2/2025
Status: ✅ Merged
Merged: 11/2/2025
Merged by: @Yaya-Cout
Base:
upsilon-dev← Head:fix-console-text-background📝 Commits (1)
14bc5b0Fix highlight background in console line view📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
apps/code/console_line_cell.cpp(+1 -1)📄 Description
Description
This pull request changes the background color used behind console text lines.
Previously, non-highlighted console lines were drawn using
Palette::BackgroundApps.This caused a mismatch with the expected
Palette::CodeBackgroundused elsewhere in the Python app.Changes
console_line_cell.cpp, replaced:with:
in
ConsoleLineCell::ScrollableConsoleLineView::ConsoleLineView::drawRect().🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.