add lanczos setting to config tool

This commit is contained in:
FunkyFr3sh 2023-08-23 17:04:15 +02:00
parent e2ed1930c3
commit 37ce86839e
2 changed files with 6 additions and 1 deletions

View file

@ -3196,7 +3196,8 @@ object ConfigForm: TConfigForm
Items.Strings = (
'Nearest neighbor'
'Bilinear'
'Bicubic Catmull-Rom')
'Bicubic (Catmull-Rom)'
'Lanczos')
end
object RendererCbx: TComboBox
Left = 41