comparison Framework/Deprecated/Viewport/WidgetViewport.cpp @ 1138:1a73f852810a broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Nov 2019 07:28:39 +0100
parents 5d1b0d2f4b15 4663f158c748
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1137:cc029987b6dc 1138:1a73f852810a
111 if (backgroundChanged_ && 111 if (backgroundChanged_ &&
112 !centralWidget_->Render(background)) 112 !centralWidget_->Render(background))
113 { 113 {
114 return false; 114 return false;
115 } 115 }
116 116
117 if (background.GetWidth() != surface.GetWidth() || 117 if (background.GetWidth() != surface.GetWidth() ||
118 background.GetHeight() != surface.GetHeight()) 118 background.GetHeight() != surface.GetHeight())
119 { 119 {
120 return false; 120 return false;
121 } 121 }