Bug #1321

Scrollbar in upp template dosen't work

Added by Zbigniew Rebacz over 8 years ago. Updated over 8 years ago.

Status:ApprovedStart date:11/03/2015
Priority:NormalDue date:
Assignee:Miroslav Fidler% Done:

0%

Category:IDESpent time:-
Target version:Release 2015.2 - NTH

Description

It seems that i cannot scroll view. Moreover it seems that the font is a little too big (it is probably related to UHD).

TemplateScrollbar.png (102 KB) Zbigniew Rebacz, 11/03/2015 12:15 AM


Related issues

Duplicates Bug #1337: HiDPI FontInfo problem Approved 11/15/2015

History

#1 Updated by Zbigniew Rebacz over 8 years ago

  • Assignee changed from Miroslav Fidler to Zbigniew Rebacz
  • Target version changed from Release 2015.2 - NTH to Release 2017.1

It seems that it appers in android template.

#2 Updated by Zbigniew Rebacz over 8 years ago

  • Target version changed from Release 2017.1 to Release 2015.2 - NTH

#3 Updated by Zbigniew Rebacz over 8 years ago

The possible solution, but it would be nice if FontInfo problem will be resolve (ide/Template.cpp - line 101):

void AppPreview::Layout()
{
    FontInfo fi = CourierZ(12).Info();

    sb.SetTotal(line.GetCount());
    sb.SetPage(GetSize().cy / fi.GetHeight());
}

#4 Updated by Zbigniew Rebacz over 8 years ago

  • Status changed from New to Patch ready
  • Assignee changed from Zbigniew Rebacz to Miroslav Fidler

#5 Updated by Miroslav Fidler over 8 years ago

  • Status changed from Patch ready to Approved

Also available in: Atom PDF