Commit before messing with item tree orientation etc

This commit is contained in:
2025-06-26 20:29:48 +01:00
parent ab82bcbe20
commit 494c7a4f89
9 changed files with 73 additions and 71 deletions
+1 -4
View File
@@ -18,10 +18,7 @@ makeButton ::
-- | Effect when pressed
WdWd ->
Button
makeButton col eff =
defaultButton
{ _btEvent = ButtonPress False eff col
}
makeButton col eff = defaultButton { _btEvent = ButtonPress False eff col }
-- TODO remove duplication
drawSwitchWire :: Color -> Color -> Button -> SPic