diff --git a/XMonad/Actions/TreeSelect.hs b/XMonad/Actions/TreeSelect.hs index 2335befb..638a382e 100644 --- a/XMonad/Actions/TreeSelect.hs +++ b/XMonad/Actions/TreeSelect.hs @@ -599,7 +599,7 @@ drawNode ix iy TSNode{..} col = do colormap <- gets tss_colormap visual <- gets tss_visual liftIO $ drawWinBox window display visual colormap gc font col tsn_name ts_extra tsn_extra - (ix * ts_indent) (iy * ts_node_height) + (ix * ts_indent + ts_originX) (iy * ts_node_height + ts_originY) ts_node_width ts_node_height -- TODO: draw extra text (transparent background? or ts_background)