comparison Framework/Widgets/WidgetBase.cpp @ 85:bd48431ac285 wasm

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 26 May 2017 12:20:26 +0200
parents ca644004d2ee
children 2eca030792aa
comparison
equal deleted inserted replaced
83:c75377306598 85:bd48431ac285
103 103
104 WidgetBase::WidgetBase() : 104 WidgetBase::WidgetBase() :
105 parent_(NULL), 105 parent_(NULL),
106 viewport_(NULL), 106 viewport_(NULL),
107 statusBar_(NULL), 107 statusBar_(NULL),
108 backgroundCleared_(false) 108 backgroundCleared_(false),
109 transmitMouseOver_(false)
109 { 110 {
110 backgroundColor_[0] = 0; 111 backgroundColor_[0] = 0;
111 backgroundColor_[1] = 0; 112 backgroundColor_[1] = 0;
112 backgroundColor_[2] = 0; 113 backgroundColor_[2] = 0;
113 } 114 }