diff --git a/clients/oxygen/oxygenclient.cpp b/clients/oxygen/oxygenclient.cpp index c6d16ad6f7..3a9e41be69 100644 --- a/clients/oxygen/oxygenclient.cpp +++ b/clients/oxygen/oxygenclient.cpp @@ -1627,7 +1627,10 @@ namespace Oxygen // do nothing if there is only one tab if( itemData_.count() > 1 ) - { itemData_.animate( AnimationTypes( AnimationLeave|AnimationSameTarget ), sourceItem_ ); } + { + itemData_.animate( AnimationTypes( AnimationMove|AnimationSameTarget ), sourceItem_ ); + itemData_.animate( AnimationTypes( AnimationLeave|AnimationSameTarget ), sourceItem_ ); + } }