Uploaded image for project: 'Qt Safe Renderer'
  1. Qt Safe Renderer
  2. QSR-1003

calculateCount in qsafelayout has incorrect processing of maximum capacity layout

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • QSR 1.2
    • QSR 1.2
    • Runtime
    • None

    Description

      The calculatedCountofLayouts has a value of 256 for maximum capacity, while MAX_ITEM_COUNT is only 128.

      The issue is in this piece of code:

      if (Constraints::MAX_ITEM_COUNT >= calculatedCountOfLayouts) {
                      countOfLayouts = calculatedCountOfLayouts;
      

      Or it could be something else since I used the hack mentioned in QSR-1002 to increase the layout data buffer.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            teemu.holappa Teemu Holappa
            assaarel Asmo Saarela (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes