IDE: Restore a small dot symbol in ViewUnit dialog, the big one is not included in Windows fonts. See 7a6a7a85.

This commit is contained in:
Juha 2025-04-10 13:37:41 +03:00
parent e528bb32f5
commit b213e8a294

View File

@ -420,7 +420,7 @@ begin
aTop, Items[Index]);
UEntry := TViewUnitsEntry(Items.Objects[Index]);
if vufOpen in UEntry.Flags then // already open indicator
Canvas.TextRect(ARect, ARect.Right - Scale96ToFont(18), aTop, '🟢'); // 🟢
Canvas.TextRect(ARect, ARect.Right - Scale96ToFont(8), aTop, ''); // 🟢
// Update the initial Selected state here.
if FFirstDraw then begin
if vufSelected in UEntry.Flags then