Commit e2680f08 authored by Davis King's avatar Davis King

Forgot to make the default constructor for perspective_window

make the window show itself.
parent 1cfd776a
......@@ -3714,6 +3714,7 @@ namespace dlib
) : disp(*this)
{
set_size(100,100);
show();
}
perspective_window(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment