Skip to content

Commit

Permalink
Zoom mode toggling (from TG)
Browse files Browse the repository at this point in the history
  • Loading branch information
LethalGhost committed Feb 6, 2018
1 parent c3f3206 commit 6229737
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions interface/skin.dmf
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,31 @@ menu "menu"
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Zoom mode"
command = ""
command = ""
category = ""
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Nearest Neighbor"
command = ".winset \"mapwindow.map.zoom-mode=distort\""
category = "&Zoom mode"
saved-params = "is-checked"
elem
name = "&Point Sampling"
command = ".winset \"mapwindow.map.zoom-mode=normal\""
category = "&Zoom mode"
saved-params = "is-checked"
elem
name = "&Bilinear"
command = ".winset \"mapwindow.map.zoom-mode=blur\""
category = "&Zoom mode"
saved-params = "is-checked"
elem
name = "&Help"
command = ""
Expand Down

0 comments on commit 6229737

Please sign in to comment.