uifw/AvKon/aknhlist/src/akntreelistview.cpp
changeset 14 3320e4e6e8bb
parent 0 2f259fa3e83a
equal deleted inserted replaced
0:2f259fa3e83a 14:3320e4e6e8bb
    23 #include <AknsDrawUtils.h>
    23 #include <AknsDrawUtils.h>
    24 #include <barsread.h>
    24 #include <barsread.h>
    25 #include <aknappui.h>
    25 #include <aknappui.h>
    26 #include <aknitemactionmenu.h>
    26 #include <aknitemactionmenu.h>
    27 #include <AknTasHook.h> // for testability hooks
    27 #include <AknTasHook.h> // for testability hooks
    28 #include <aknPriv.hrh>
    28 #include <AknPriv.hrh>
    29 #include "akntreelistview.h"
    29 #include "akntreelistview.h"
    30 #include "akntree.h"
    30 #include "akntree.h"
    31 #include "akntreelist.h"
    31 #include "akntreelist.h"
    32 #include "akntreeiterator.h"
    32 #include "akntreeiterator.h"
    33 #include "akntreelistphysicshandler.h"
    33 #include "akntreelistphysicshandler.h"
   420 void CAknTreeListView::SetEmptyTextL(const TDesC& aText)
   420 void CAknTreeListView::SetEmptyTextL(const TDesC& aText)
   421     {
   421     {
   422     delete iEmptyListText;
   422     delete iEmptyListText;
   423     iEmptyListText = NULL;
   423     iEmptyListText = NULL;
   424     iEmptyListText = aText.AllocL();
   424     iEmptyListText = aText.AllocL();
   425     UpdateScrollbars(); 
       
   426     }
   425     }
   427 
   426 
   428 
   427 
   429 // ---------------------------------------------------------------------------
   428 // ---------------------------------------------------------------------------
   430 // InitPhysicsL
   429 // InitPhysicsL
  1049             break;
  1048             break;
  1050         }
  1049         }
  1051 
  1050 
  1052     if ( aDrawNow )
  1051     if ( aDrawNow )
  1053         {
  1052         {
  1054 		// it should be DrawNow() here for fixing bug JLAI-7UE9RN
  1053         Window().Invalidate( Rect() );
  1055         DrawNow();
       
  1056         //Window().Invalidate( Rect() );
       
  1057         }
  1054         }
  1058     }
  1055     }
  1059 
  1056 
  1060 
  1057 
  1061 // ---------------------------------------------------------------------------
  1058 // ---------------------------------------------------------------------------