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

List:       kde-commits
Subject:    branches/KDE/4.4/kdebase/apps/konsole/src
From:       Kurt Hindenburg <kurt.hindenburg () gmail ! com>
Date:       2010-03-01 4:26:45
Message-ID: 1267417605.680101.13667.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1097380 by hindenburg:

Correct where new Hotspots are calculated upon resize.

CCBUG: 228443


 M  +1 -0      Session.cpp  
 M  +0 -4      TerminalDisplay.cpp  


--- branches/KDE/4.4/kdebase/apps/konsole/src/Session.cpp #1097379:1097380
@@ -619,6 +619,7 @@
         {
             minLines = (minLines == -1) ? view->lines() : qMin( minLines , view->lines() );
             minColumns = (minColumns == -1) ? view->columns() : qMin( minColumns , view->columns() );
+            view->processFilters();
         }
     }
 
--- branches/KDE/4.4/kdebase/apps/konsole/src/TerminalDisplay.cpp #1097379:1097380
@@ -1598,10 +1598,6 @@
   if ( _resizing )
   {
       showResizeNotification();
-      /* This is causing the ASSERT in CharacterColor.h line 281 to fail
-       * BUG: 228443
-      processFilters(); // Obtain new hotspot indicies
-      */
     emit changedContentSizeSignal(_contentHeight, _contentWidth); // expose resizeEvent
   }
   
[prev in list] [next in list] [prev in thread] [next in thread] 

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