Added a note to the description of cFont::Size(), regarding possible differences between it and cFont::Height()

This commit is contained in:
Klaus Schmidinger
2016-12-13 15:01:24 +01:00
parent 08066065e3
commit d71544d797
3 changed files with 7 additions and 2 deletions

View File

@@ -8851,3 +8851,5 @@ Video Disk Recorder Revision History
The cRecordingsHandler now performs its actual operations in a separate thread,
thus avoiding locking problems and reducing the time between subsequent
operations.
- Added a note to the description of cFont::Size(), regarding possible differences
between it and cFont::Height() (suggested to Thomas Reufer).