Skip to content

Commit

Permalink
don't allow dims overlay to be repositioned
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 3, 2023
1 parent 56874c5 commit f7d6869
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/design.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1783,6 +1783,7 @@ DimensionsOverlay = defclass(DimensionsOverlay, overlay.OverlayWidget)
DimensionsOverlay.ATTRS{
default_pos={x=1,y=1},
default_enabled=true,
overlay_only=true, -- not player-repositionable
viewscreens={
'dwarfmode/Designate',
'dwarfmode/Burrow/Paint',
Expand Down

0 comments on commit f7d6869

Please sign in to comment.