RichTextView: UHD fix

git-svn-id: svn://ultimatepp.org/upp/trunk@8813 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-08-11 13:45:33 +00:00
parent 8a1482598a
commit 0cd0659c2b

View file

@ -88,7 +88,7 @@ void HelpWindow::Forward()
void HelpWindow::SetZoom()
{
zoom.d = 1000000 / Zy(1000);
zoom.d = 1000000 / Zy(800);
current_link = Null;
GoTo0(topic);
Refresh();