Changes between Initial Version and Version 1 of Ticket #6015
- Timestamp:
- May 16, 2010, 5:56:44 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6015 – Description
initial v1 3 3 I looked through TextView.cpp and found that it should work properly if _ResetTextRect() is called in BTextView::FrameResized. 4 4 5 {{{ 5 6 BTextView::FrameResized(float width, float height) 6 7 { … … 9 10 _UpdateScrollbars(); 10 11 } 12 }}}