mbColorLib: Improved handling of hints.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5464 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-12-12 12:51:46 +00:00
parent cecf6d3ca1
commit 5221fae91e
19 changed files with 242 additions and 55 deletions

View File

@@ -63,7 +63,7 @@ begin
FChange := false;
Layout := lyVertical;
SetBlack(255);
HintFormat := 'Black: %value';
HintFormat := 'Black: %value (selected)';
FManual := false;
FChange := true;
end;