• Lars Knoll's avatar
    Create rectangle nodes in the text editing through the context · fb339b21
    Lars Knoll authored
    
    Unfortunately we can't re-use the QSGSimpleRectNode, as it doesn't provide us
    with virtual methods to move it's creation into the context. But's since it's
    only 20 lines of code anyway, this is still a nice cleanup. And it also allows
    the re-use of any optimizations in the renderer for QSGRectangleNode.
    
    Change-Id: I957777fbbeb0a994a9c257baf3bfe87fce8cc9e8
    Reviewed-by: default avatarLars Knoll <lars.knoll@digia.com>
    fb339b21