Forgot to make the default constructor for perspective_window

make the window show itself.
This commit is contained in:
Davis King 2015-03-22 18:30:41 -04:00
parent 1cfd776a1f
commit e2680f087b

View File

@ -3714,6 +3714,7 @@ namespace dlib
) : disp(*this)
{
set_size(100,100);
show();
}
perspective_window(