Changes between Initial Version and Version 1 of Ticket #6015


Ignore:
Timestamp:
May 16, 2010, 5:56:44 PM (14 years ago)
Author:
stippi
Comment:

This cannot be changed for backwards compatibility reasons. Orginial BeOS software will override BTextView::FrameResized() and manually call SetTextRect(). When you use a BTextControl in nay layout managed code, it's supposed to work automatically. I suppose it happens in DoLayout(), but I am not sure off the top of my head.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6015 – Description

    initial v1  
    33I looked through TextView.cpp and found that it should work properly if _ResetTextRect()  is called in BTextView::FrameResized.
    44
     5{{{
    56 BTextView::FrameResized(float width, float height)
    67 {
     
    910        _UpdateScrollbars();
    1011 }
     12}}}