Skip to content

Commit

Permalink
Merge pull request #4359 from hieupham007/timob-14100-3_1_X
Browse files Browse the repository at this point in the history
timob-14100: fix postlayout rect for HW windows.
  • Loading branch information
ayeung committed Jun 6, 2013
2 parents 8ee8ce5 + 1894a45 commit 5f091d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ protected boolean allowRegisterForKeyPress()

public View getOuterView()
{
return borderView == null ? nativeView : borderView;
return borderView == null ? getNativeView() : borderView;
}

public void registerForTouch()
Expand Down

0 comments on commit 5f091d7

Please sign in to comment.