mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 22:03:07 -06:00
RichTextView: UHD fix
git-svn-id: svn://ultimatepp.org/upp/trunk@8813 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8a1482598a
commit
0cd0659c2b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue