https://bugs.kde.org/show_bug.cgi?id=185710

Vlad Zagorodniy <vladz...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vladz...@gmail.com

--- Comment #21 from Vlad Zagorodniy <vladz...@gmail.com> ---
For technical reasons, that's a little bit challenging for effects like Slide
or Desktop Cube Animation
to figure out whether they should "roll desktops" when the number of rows or
columns in the virtual
desktop grid is equal to 2.

Why is it challenging? Let's imagine a setup with 2 virtual desktops. Now,
let's consider two cases:

(a) Current virtual desktop is "Desktop 1" and user switches one desktop to
right(i.e. to "Desktop 2").
    In this case, desktopChanged(int old, int current) signal will be emitted,
where old=1, and current=2.

(b) Current virtual desktop is "Desktop 1" and user switches one desktop to
left(i.e. to "Desktop 2").
    In this case, desktopChanged(int old, int current) signal will be emitted,
where old=1, and current=2.

As you see, in both cases, old=1, and current=2. That's too ambiguous.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to