Something has changed that the container should know about
| 5016 | |
| 5017 | // Something has changed that the container should know about |
| 5018 | void Editor::ContainerNeedsUpdate ( int flags ) |
| 5019 | { |
| 5020 | needUpdateUI |= flags; |
| 5021 | } |
| 5022 | |
| 5023 | /** |
| 5024 | * Force scroll and keep position relative to top of window. |
nothing calls this directly
no outgoing calls
no test coverage detected