mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-23 07:40:42 +01:00
[escher] Only one app is on the heap at one time
Change-Id: I6c77601cb0cc883083a4dd05370ca543fa7951cc
This commit is contained in:
@@ -18,11 +18,9 @@ void Window::redraw(bool force) {
|
||||
}
|
||||
|
||||
void Window::setContentView(View * contentView) {
|
||||
if (m_contentView != contentView) {
|
||||
m_contentView = contentView;
|
||||
markRectAsDirty(bounds());
|
||||
layoutSubviews();
|
||||
}
|
||||
m_contentView = contentView;
|
||||
markRectAsDirty(bounds());
|
||||
layoutSubviews();
|
||||
}
|
||||
|
||||
const Window * Window::window() const {
|
||||
|
||||
Reference in New Issue
Block a user