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:
wp 2018-11-07 16:27:00 +00:00
parent c2a7b0aa4c
commit a5d423afb4

View File

@ -241,7 +241,7 @@ begin
HandleResize(Self);
Color := $DCFFFF; // Doesn't work on Gtk
Color := clInfoBk;
// Connects the methods to events
OnClick := HideForm;