Skip to content

Commit

Permalink
Fixed Templates view missing from the Views menu
Browse files Browse the repository at this point in the history
Was missing while editing a tileset.

Closes #2054
  • Loading branch information
bjorn committed Jan 6, 2019
1 parent 747c8dd commit 1475c95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tiled/tileseteditor.cpp
Expand Up @@ -425,6 +425,7 @@ QList<QDockWidget *> TilesetEditor::dockWidgets() const
mUndoDock,
mTerrainDock,
mTileCollisionDock,
mTemplatesDock,
mWangDock
};
}
Expand Down

0 comments on commit 1475c95

Please sign in to comment.