Skip to content

Commit

Permalink
Merge pull request #544 from Courseplay/Gui-Additions
Browse files Browse the repository at this point in the history
Readded custom field size display
  • Loading branch information
Tensuko authored Feb 8, 2025
2 parents ca09a2a + e919e2d commit 5a866ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/gui/pages/CpCourseGeneratorFrame.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1524,6 +1524,7 @@ function CpCourseGeneratorFrame:setMapSelectionItem(hotspot)
name = hotspot:getName()
uvs = Overlay.DEFAULT_UVS
self.currentHotspot = hotspot
self.contextBoxCustomField:getDescendantByName("farmlandSize"):setText(hotspot:getAreaText())
self.currentContextBox = self.contextBoxCustomField
showContextBox = true
end
Expand Down

0 comments on commit 5a866ac

Please sign in to comment.