1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 18:25:16 +01:00

Allow filename input directly in file browser window (#23405)

This commit is contained in:
Aaron van Geffen
2024-12-29 20:39:23 +01:00
committed by GitHub
parent 450f7849a5
commit 5e61768d61
7 changed files with 177 additions and 16 deletions

View File

@@ -1183,7 +1183,7 @@ namespace OpenRCT2::Ui
if (OpenRCT2::Ui::Windows::TextBoxCaretIsFlashed())
{
auto colour = ColourMapA[w.colours[1].colour].mid_light;
auto y = topLeft.y + (widget.height() - 1);
auto y = topLeft.y + 1 + widget.height() - 4;
GfxFillRect(dpi, { { curX, y }, { curX + width, y } }, colour + 5);
}
}