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
|
ipe::Vector
|
||||||
get_paper_size() const {
|
get_paper_size() const {
|
||||||
#warning handle paper size
|
return data_->iDoc->cascade()->findLayout()->iPaperSize;
|
||||||
//~ if (ipelibVersion() >= 60028)
|
|
||||||
//~ return get_IpeletHelper()->StyleSheet()->findLayout().iPaperSize;
|
|
||||||
//~ else
|
|
||||||
return ipe::Vector(595,842);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct Voronoi_from_tri{ //Class using stream to get the voronoi diagram
|
struct Voronoi_from_tri{ //Class using stream to get the voronoi diagram
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue