Skip to content

Commit

Permalink
Allow maps with transparent colors to be previewed in local previewer
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
jumpinjackie committed Feb 8, 2017
1 parent fc4b08b commit 8729632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Maestro.MapViewer/MapViewer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private void UpdateCenterDebugPoint()
/// </summary>
public MapViewer()
{
this.SetStyle(ControlStyles.SupportsTransparentBackColor, true);
_viewHistory = new List<MapViewHistoryEntry>();
_viewHistoryIndex = -1;
this.ShowVertexCoordinatesWhenDigitizing = false;
Expand Down
6 changes: 5 additions & 1 deletion Maestro/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
6.0m6
6.0m7
=====
- Fix: Cannot preview maps in local previewer if map has transparent background color

6.0m6
=====

- Fix: MgCooker - InvalidCastException when editing override coordinates for a selected TileSetDefinition
Expand Down

0 comments on commit 8729632

Please sign in to comment.