diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-09-21 17:47:58 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-09-21 17:47:58 +0100 |
| commit | 182049bfe89913be4149b3b82ec1154107438406 (patch) | |
| tree | 0bc2fd15909629bb31878b721d67b5fb85e41019 /gui/src/chainImageSet.cpp | |
| parent | 4eb3340b59c82f4d54d570af1399dd62ef9f19a5 (diff) | |
...
Diffstat (limited to 'gui/src/chainImageSet.cpp')
| -rw-r--r-- | gui/src/chainImageSet.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/chainImageSet.cpp b/gui/src/chainImageSet.cpp index 7af446f..ce977d1 100644 --- a/gui/src/chainImageSet.cpp +++ b/gui/src/chainImageSet.cpp @@ -202,6 +202,8 @@ bool chainImageSet::add(std::string filename,glm::vec2 pos){ attempt to add file to chain. find if file exists in data folder if not make a symbolic link + +save dragdrop pos in loadingImages and attempt to insert in the chain */ auto image=std::make_unique<chainImage>(); |
