We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I have the following group
<objectgroup id="7" name="Objects"> <object id="2" gid="147" x="432" y="948" width="56" height="112"/> <object id="29" gid="149" x="242" y="886" width="56" height="116"/> <object id="95" gid="144" x="962" y="442" width="56" height="68"/> </objectgroup>
My layer->content.objgr->head starts in id 95, then 29 and then 2.
layer->content.objgr->head
Should it start in 2, then 29 and then 95?
The text was updated successfully, but these errors were encountered:
Hello, Linked lists are created using insert at head, that's why they are in reversed order.
Sorry, something went wrong.
No branches or pull requests
Hi,
I have the following group
My
layer->content.objgr->head
starts in id 95, then 29 and then 2.Should it start in 2, then 29 and then 95?
The text was updated successfully, but these errors were encountered: