Commit before messing with item tree orientation etc
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user