~ubuntu-branches/ubuntu/natty/kdeplasma-addons/natty-proposed

« back to all changes in this revision

Viewing changes to containments/groupingdesktop/lib/groups/gridgroup.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-01-21 22:18:07 UTC
  • mfrom: (1.1.41 upstream)
  • Revision ID: james.westby@ubuntu.com-20110121221807-lfmt81orngeu25xj
Tags: 4:4.6.0-0ubuntu1
* New upstream release
* Merged debian/control
* Refreshed *.install and not-installed files
* Removed theme files from plasma-widget-lancelot.install as they are no
  longer there

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
            if (left) {
165
165
                p = QPoint(0, rect.y());
166
166
            } else {
167
 
                p = QPoint(m_colsNumber, rect.y());
 
167
                p = QPoint(m_colsNumber - 1, rect.y());
168
168
            }
169
169
            if (rect.contains(p)) {
170
170
                return;