mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Forgot to make the default constructor for perspective_window
make the window show itself.
This commit is contained in:
parent
1cfd776a1f
commit
e2680f087b
@ -3714,6 +3714,7 @@ namespace dlib
|
||||
) : disp(*this)
|
||||
{
|
||||
set_size(100,100);
|
||||
show();
|
||||
}
|
||||
|
||||
perspective_window(
|
||||
|
Loading…
Reference in New Issue
Block a user