[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/libkdeedu/extdate
From:       Jason Harris <kstars () 30doradus ! org>
Date:       2007-10-29 4:07:08
Message-ID: 1193630828.913139.1068.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 730519 by harris:

Make ExtDateTable highlight the correct date in its calendar grid.



 M  +1 -1      extdatetbl.cpp  


--- trunk/KDE/kdeedu/libkdeedu/extdate/extdatetbl.cpp #730518:730519
@@ -283,7 +283,7 @@
         offset+=7;
       int dy = d->calendar->day(date);
       //      if( ((offset+dy) == (pos+1)) && hasFocus())
-      if( ((offset+dy) == (pos+2)) && hasFocus())
+      if( ((offset+dy) == (pos+1)) && hasFocus())
         {
            // draw the currently selected date
            painter->setPen(palette().color(QPalette::Highlight));
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic