Ticket #2214: delete_frame.patch
File delete_frame.patch, 696 bytes (added by diana, 15 years ago) |
---|
-
src/main/java/org/sophie2/main/app/halos/frame/FrameHalosLogic.java
### Eclipse Workspace Patch 1.0 #P org.sophie2.main.app.halos
119 119 120 120 // Handled if the user has clicked NO (no further processing). 121 121 // Frame should not be removed. 122 return result == ConfirmDialogInput.Response.NO; 122 return result == ConfirmDialogInput.Response.NO || 123 result == ConfirmDialogInput.Response.CLOSED; 123 124 } 124 125 125 126 },