kayler-renslow / arma-dialog-creator

A dialog/GUI creation tool for Arma 3.
MIT License
76 stars 12 forks source link

Folders are Duplicated #22

Closed DTYlan closed 6 years ago

DTYlan commented 6 years ago

Version and Build

Version: 1.0.2 Build: 15

Summary

If a folder is moved into another folder and then saved. When reopening the project the folders are duplicated.

Detail

Imagine the folder structure: Original:

Folder
└── Subfolder
     ├── Item1
     └── Item2

After Saved and Reopened:

Folder
└── Subfolder
     └── Subfolder
         ├── Item1
         └── Item2
kayler-renslow commented 6 years ago

fixed in https://github.com/kayler-renslow/arma-dialog-creator/commit/d3a08b19659af4357ac23da477eb563ff6b8165b

kayler-renslow commented 6 years ago

On a side note, this was related to https://github.com/kayler-renslow/arma-dialog-creator/issues/21

kayler-renslow commented 6 years ago

fix applied in version 1.0.3