Search found 1 match
- Tue Jun 19, 2012 09:37
- Forum: Bug Reports, Suggestions, Feature Requests
- Topic: EditBox Carat Width Problem
- Replies: 2
- Views: 3339
EditBox Carat Width Problem
When I get Carat Width in FalEditbox.cpp, using the code below: const float caret_width = caret_imagery.getBoundingRect(*d_window, text_area).getWidth(); but the result is no expected, it seems inside function getBoundingRect, Rect bounds(0,0,0,0) causes the wrong calculate, the left and top member ...