branch | RCL_3 |
changeset 22 | 1bbdde98cc2d |
parent 19 | 5e18d8c489d6 |
child 43 | ebd48d2de13c |
19:5e18d8c489d6 | 22:1bbdde98cc2d |
---|---|
813 void CFepUiLayoutRootCtrl::Draw() |
813 void CFepUiLayoutRootCtrl::Draw() |
814 { |
814 { |
815 |
815 |
816 if(!AbleToDraw()) |
816 if(!AbleToDraw()) |
817 return; |
817 return; |
818 |
818 |
819 if(UiLayout()->NotDrawToLayoutDevice()) |
|
820 { |
|
821 HandleResourceChange(KPenInputOwnDeviceResourceChange); |
|
822 } |
|
823 |
|
819 Clear(); |
824 Clear(); |
820 CControlGroup::Draw(); |
825 CControlGroup::Draw(); |
821 |
826 |
822 if(!iShadowRect.IsEmpty()) |
827 if(!iShadowRect.IsEmpty()) |
823 { |
828 { |