| 53 | } |
| 54 | |
| 55 | void CommentDisplay::GetModuleDimensions(float& w, float& h) |
| 56 | { |
| 57 | mCommentEntry->GetDimensions(w, h); |
| 58 | w += 4; |
| 59 | h += 4; |
| 60 | } |
| 61 | |
| 62 | void CommentDisplay::TextEntryComplete(TextEntry* entry) |
| 63 | { |
nothing calls this directly
no test coverage detected