"vscode:/vscode.git/clone" did not exist on "8b19c28788a474ea4136a2443c1e84c91865d517"
Commit e2680f08 authored by Davis King's avatar Davis King
Browse files

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