| 49 | } |
| 50 | |
| 51 | void ExtendedTextBox::UpdateFixedBounds(){ |
| 52 | Widget::UpdateFixedBounds(); |
| 53 | |
| 54 | textBoxBounds = fixedBounds; |
| 55 | textBoxBounds.pos.x += LINE_NUM_PANEL_WIDTH; |
| 56 | textBoxBounds.size.x -= LINE_NUM_PANEL_WIDTH; |
| 57 | normalBounds = fixedBounds; |
| 58 | |
| 59 | ResetScrollBar(); |
| 60 | } |
nothing calls this directly
no outgoing calls
no test coverage detected