Normand Briere
2019-05-05 631719825b865aaf9fa1cb124d9fc5bd9dd78bd4
ObjEditor.java
....@@ -1939,7 +1939,7 @@
19391939
19401940 //? flashIt = false;
19411941 CameraPane pane = (CameraPane) cameraView;
1942
- pane.clickStart(location.x, location.y, 0);
1942
+ pane.clickStart(location.x, location.y, 0, 0);
19431943 pane.clickEnd(location.x, location.y, 0, true);
19441944
19451945 if (group.selection.size() == 1)
....@@ -2400,7 +2400,7 @@
24002400 {
24012401 /**/
24022402 FileDialog browser = new FileDialog(frame, dialogName, FileDialog.LOAD);
2403
- browser.show();
2403
+ browser.setVisible(true);
24042404 String filename = browser.getFile();
24052405 if (filename != null && filename.length() > 0)
24062406 {