TvPlanIt: Workaround for opaque labels issue in Laz 2.2.4.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-01-18 10:55:52 +00:00
parent 19b469917e
commit 98b7bb2e30
26 changed files with 83 additions and 84 deletions

View File

@@ -138,6 +138,7 @@ begin
{$IFDEF NEW_ICONS}
LoadGlyphFromRCDATA(PlayBtn.Glyph, 'VpSpeaker', 16, 24, 32);
{$ENDIF}
FixLabels(Self);
end;
procedure TFrmSoundDialog.FormShow(Sender: TObject);