Skip to content

Commit c02a471

Browse files
committed
Merge branch 'master' of github.com:4ian/GD
2 parents 958d9bc + 85ba775 commit c02a471

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Extensions/TileMapObject/TileMapObject.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This project is released under the MIT License.
1010

1111
#if defined(GD_IDE_ONLY) && !defined(GD_NO_WX_GUI)
1212
#include <wx/bitmap.h> //Must be placed first, otherwise we get errors relative to "cannot convert 'const TCHAR*'..." in wx/msw/winundef.h
13+
#include <wx/log.h>
1314
#include <wx/panel.h>
1415
#endif
1516
#include "TileMapObject.h"
@@ -145,6 +146,7 @@ bool TileMapObject::GenerateThumbnail(const gd::Project & project, wxBitmap & th
145146
void TileMapObject::EditObject( wxWindow* parent, gd::Project & game, gd::MainFrameWrapper & mainFrameWrapper )
146147
{
147148
#if !defined(GD_NO_WX_GUI)
149+
wxLogNull logNo;
148150
TileMapObjectEditor dialog(parent, game, *this, mainFrameWrapper);
149151
dialog.ShowModal();
150152
#endif

0 commit comments

Comments
 (0)