Fix grid mesh tile panning bug (issue 16524)

Fix basic function and interference of touch pad pan with mesh tile delete (shift + right click on touch pad) in grid map editor (fix 16524)
This commit is contained in:
poke1024
2018-02-28 18:51:30 +01:00
parent 3d03bcd063
commit b90810ce8e
2 changed files with 14 additions and 3 deletions

View File

@ -76,6 +76,7 @@ class GridMapEditor : public VBoxContainer {
Panel *panel;
MenuButton *options;
SpinBox *floor;
double accumulated_floor_delta;
ToolButton *mode_thumbnail;
ToolButton *mode_list;
HBoxContainer *spatial_editor_hb;