comparison src/name/blackcap/imageprep/MainFrame.kt @ 19:5fa5d15b4a7b

Attempt to make it a std. app. Builds, sorta runs, needs more work.
author David Barts <n5jrn@me.com>
date Fri, 20 Nov 2020 21:38:06 -0800
parents e0efe7848130
children
comparison
equal deleted inserted replaced
18:43884786343e 19:5fa5d15b4a7b
55 return false 55 return false
56 } catch (e: IOException) { 56 } catch (e: IOException) {
57 return false 57 return false
58 } 58 }
59 for (file in files) { 59 for (file in files) {
60 RotateDialog.makeDialog(file) 60 RotateDialog.makeDialog(file, Application.settingsDialog.maxDimension)
61 } 61 }
62 return true 62 return true
63 } 63 }
64 } 64 }
65 65