Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/manual/objects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ You can also rotate the selected objects in 90-degree steps by pressing
Changing Stacking Order
~~~~~~~~~~~~~~~~~~~~~~~

If the active :ref:`Object Layer <object-layer-introduction>` has its Drawing
If the active :ref:`Object Layer <object-layer-introduction>` has its Draw
Order property set to Manual (the default is Top Down), you can control
the stacking order of the selected objects within their object layer
using the following keys:
Expand Down
2 changes: 1 addition & 1 deletion src/tiled/propertieswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ template<> EnumData enumData<ObjectGroup::DrawOrder>()
{
return {{
QCoreApplication::translate("ObjectGroup", "Top Down"),
QCoreApplication::translate("ObjectGroup", "Index Order"),
QCoreApplication::translate("ObjectGroup", "Manual"),
}};
}

Expand Down
Loading