Implement Client#show

This commit is contained in:
Thibault Jouan
2015-04-16 18:32:22 +00:00
parent 15f966654b
commit 870e11a702
2 changed files with 23 additions and 0 deletions

View File

@@ -34,6 +34,12 @@ module Uh
@window.moveresize @geo
self
end
def show
@window.map
@visible = true
self
end
end
end
end