mirror of https://github.com/CGAL/cgal
correct paper size function
This commit is contained in:
parent
02f5ff8556
commit
9663887da1
|
|
@ -670,11 +670,7 @@ public:
|
|||
|
||||
ipe::Vector
|
||||
get_paper_size() const {
|
||||
#warning handle paper size
|
||||
//~ if (ipelibVersion() >= 60028)
|
||||
//~ return get_IpeletHelper()->StyleSheet()->findLayout().iPaperSize;
|
||||
//~ else
|
||||
return ipe::Vector(595,842);
|
||||
return data_->iDoc->cascade()->findLayout()->iPaperSize;
|
||||
}
|
||||
|
||||
struct Voronoi_from_tri{ //Class using stream to get the voronoi diagram
|
||||
|
|
|
|||
Loading…
Reference in New Issue