mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 10:00:36 +01:00
LCL: Set TPopupNotifier's Color to clInfoBk instead of $DCFFFF (see https://forum.lazarus.freepascal.org/index.php/topic,43125.msg301479/).
git-svn-id: trunk@59478 -
This commit is contained in:
parent
c2a7b0aa4c
commit
a5d423afb4
@ -241,7 +241,7 @@ begin
|
||||
|
||||
HandleResize(Self);
|
||||
|
||||
Color := $DCFFFF; // Doesn't work on Gtk
|
||||
Color := clInfoBk;
|
||||
|
||||
// Connects the methods to events
|
||||
OnClick := HideForm;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user