From 099bf9c07cc08d50c9637e55a1dd89d9e4b5e9b8 Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 07 Oct 2002 04:02:38 +0000 Subject: fixed the qt 2.3.4 font size change --- (limited to 'noncore/apps/opie-reader/FontControl.h') diff --git a/noncore/apps/opie-reader/FontControl.h b/noncore/apps/opie-reader/FontControl.h index ed6c33f..d427680 100644 --- a/noncore/apps/opie-reader/FontControl.h +++ b/noncore/apps/opie-reader/FontControl.h @@ -105,7 +105,7 @@ class FontControl uint best = 0; for (it = sizes.begin(); it != sizes.end(); it++) { - m_fontsizes[i] = (*it)/10; + m_fontsizes[i] = (*it); if (abs(tgt-m_fontsizes[i]) < abs(tgt-m_fontsizes[best])) { best = i; -- cgit v0.9.0.2