• Problem:   When we are resizing and go past the minimum size of the container and then release, we have to move
               the distance we moved from the minimum size to the our release point again in order to make the
               container resize again.
    Reason:    This was because we kept on changing mLayoutSize but did not reset it when the pan starts.
    Solution:  Reset mLayoutSize when the pan starts.
    
    Change-Id: I3ded29691e8f1c405847f971d9a89d50aa448fdf
    Adeel Kazmi authored
     
    Browse File »










  • Conflicts:
    	demo/dali-demo.cpp
    	demo/dali-table-view.cpp
    	examples/builder/examples.cpp
    	examples/buttons/buttons-example.cpp
    	examples/item-view/item-view-example.cpp
    	examples/path-animation/path-animation.cpp
    	examples/text-view/text-view-example.cpp
    	shared/view.h
    
    Change-Id: I152b06854b349f0430172227f1d79ee16855fbc0
    Paul Wisbey authored
     
    Browse File »