LCL: comment

git-svn-id: trunk@45330 -
This commit is contained in:
mattias 2014-06-04 06:29:30 +00:00
parent c6bd6213b2
commit 6e9e77ecd4

View File

@ -1223,7 +1223,8 @@ type
TTaskBarBehavior = (
tbDefault, // widgetset dependent
tbMultiButton, // show buttons for Forms with ShowTaskBar = stDefault
tbSingleButton // hide buttons for Forms with ShowTaskBar = stDefault
tbSingleButton // hide buttons for Forms with ShowTaskBar = stDefault.
// Some Linux window managers do not support it. For example Cinnamon.
);
{ TApplication }