explicit conversion from point/size to rectangle
This commit is contained in:
@@ -174,7 +174,7 @@ namespace nana{
|
||||
}
|
||||
}
|
||||
#endif
|
||||
return primary_monitor_size();
|
||||
return rectangle{ primary_monitor_size() };
|
||||
}
|
||||
|
||||
//platform-dependent
|
||||
|
||||
Reference in New Issue
Block a user