aseba-community / thymio-vpl2

Next generation VPL for Thymio using Qt Quick from Qt 5.x
GNU Lesser General Public License v3.0
2 stars 5 forks source link

Scroll in simple mode should always keep something on screen #13

Closed stephanemagnenat closed 7 years ago

stephanemagnenat commented 7 years ago

Currently, in simple mode, the user can scroll the blocks outside the view. This is prone to loose the blocks, and is useless. The blocks should not be able to be scrolled farther away then the margin, meaning that margins apart, there should not be areas on the screen with no blocks.

marvelous commented 7 years ago

Why not in advanced mode too?

stephanemagnenat commented 7 years ago

In principle this should also apply in advanced mode, but there you might want to scroll the visible blocks partially outside the screen as you might want to make space to drop a new block.

marvelous commented 7 years ago

Fix from #14