diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-08-30 01:31:57 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-08-30 01:31:57 +0100 |
| commit | 52f12dfc10edfc4dd063b610f65dd2e901d3080c (patch) | |
| tree | 93fb5618c6776b077251013da65e0ccea5c39d40 /gui/src/ofApp.cpp | |
| parent | 603d1a2a94a1263a85c353997eb3276d120d0822 (diff) | |
load save
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index cb808d1..7e25b42 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -84,6 +84,7 @@ void ofApp::dragEvent(ofDragInfo dragInfo){ filenames=filenames+", "; } filenames=filenames+*f; + images.add(*f,dragInfo.position); } |
