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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes