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

List:       kde-commits
Subject:    KDE/kdegraphics/kolourpaint/lgpl/generic/widgets
From:       Clarence Dang <dang () kde ! org>
Date:       2007-09-25 5:08:05
Message-ID: 1190696885.473333.21245.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 716646 by dang:

* kpColorCells::changeEvent(): call base impl

* kpColorCellsBase::dropEvent(): note possible bug in kdelibs' KColorCells


 M  +3 -0      kpColorCellsBase.cpp  


--- trunk/KDE/kdegraphics/kolourpaint/lgpl/generic/widgets/kpColorCellsBase.cpp #716645:716646
@@ -244,6 +244,8 @@
 
 void kpColorCellsBase::changeEvent( QEvent* event )
 {
+    QTableWidget::changeEvent (event);
+
     if (event->type () != QEvent::EnabledChange)
         return;
         
@@ -461,6 +463,7 @@
      #if DEBUG_KP_COLOR_CELLS_BASE
           kDebug () << "\tcell=" << cell;
      #endif
+          // TODO: I believe kdelibs forgets to do this.
           if (cell == -1)
               return;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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