|
|
@ -976,7 +976,7 @@ Item{
|
|
|
|
Connections {
|
|
|
|
Connections {
|
|
|
|
target: root
|
|
|
|
target: root
|
|
|
|
onHideThickScreenGapChanged: {
|
|
|
|
onHideThickScreenGapChanged: {
|
|
|
|
if (root.behaveAsPlasmaPanel && !latteView.visibility.isHidden) {
|
|
|
|
if (root.behaveAsPlasmaPanel && !latteView.visibility.isHidden && !inSlidingIn && !inSlidingOut && !inStartup) {
|
|
|
|
if (hideThickScreenGap) {
|
|
|
|
if (hideThickScreenGap) {
|
|
|
|
latteView.positioner.inSlideAnimation = true;
|
|
|
|
latteView.positioner.inSlideAnimation = true;
|
|
|
|
slidingInRealFloating.stop();
|
|
|
|
slidingInRealFloating.stop();
|
|
|
|