~ayatana-scrollbar-team/ayatana-scrollbar-qt/trunk

« back to all changes in this revision

Viewing changes to src/overlayscrollbarqt.cpp

  • Committer: Romeo Calota
  • Date: 2011-07-20 10:48:33 UTC
  • Revision ID: kicsyromy@gmail.com-20110720104833-29nb0xpig8kb56we
thumb now dissapears if mouse leaves the thumb's surface and does not enter tha parent widget's

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
    {
156
156
        if (coordinates == QPoint(0, 0)) {
157
157
            qDebug("left thumb");
 
158
            this->thumb->hide();
158
159
        } else {
159
160
            bool hideThumb = false;
160
161