mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:36:01 +02:00
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:
parent
e528bb32f5
commit
b213e8a294
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user