()
| 1893 | } |
| 1894 | |
| 1895 | func (tf *TextField) ApplyScenePos() { |
| 1896 | tf.Frame.ApplyScenePos() |
| 1897 | tf.setEffPosAndSize() |
| 1898 | } |
| 1899 | |
| 1900 | // setEffPosAndSize sets the effective position and size of |
| 1901 | // the textfield based on its base position and size |
nothing calls this directly
no test coverage detected