Fix uninitialzed variable
This commit is contained in:
parent
379db3d4a8
commit
861caf2256
1 changed files with 1 additions and 0 deletions
|
@ -593,6 +593,7 @@ namespace
|
|||
unsigned _height, control_info X, control_info Y, unsigned posX, unsigned posY)
|
||||
: wxDialog(parent, wxID_ANY, towxstring(windowname(X, Y)), wxPoint(posX, posY))
|
||||
{
|
||||
dirty = false;
|
||||
bitmap = _bitmap;
|
||||
width = _width;
|
||||
height = _height;
|
||||
|
|
Loading…
Add table
Reference in a new issue