Open
Description
I can't dock any window to any side of the screen in SlabTest. Dragging a window over one of the dock indicators does nothing. The indicator gets highlighted but nothing else happens.
Doing it programmatically like this:
if not docked then
Slab.WindowToDock("bottom")
docked = true
end
...makes the Window disappear, no matter if left
, right
or bottom
.