summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2016-12-13 15:01:24 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2016-12-13 15:01:24 +0100
commitd71544d797039e043284b76a171d648430b112de (patch)
tree67e1b920178cc3737ed3863ad8dff6fbd65eead9 /HISTORY
parent08066065e316682da10249b4edcc19b7d5226e59 (diff)
downloadvdr-d71544d797039e043284b76a171d648430b112de.tar.gz
vdr-d71544d797039e043284b76a171d648430b112de.tar.bz2
Added a note to the description of cFont::Size(), regarding possible differences between it and cFont::Height()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 290d5b44..f869d2b4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).