diff --git a/bazaar/GLCanvas/GLCanvas.cpp b/bazaar/GLCanvas/GLCanvas.cpp index eaf16ac41..962aef562 100644 --- a/bazaar/GLCanvas/GLCanvas.cpp +++ b/bazaar/GLCanvas/GLCanvas.cpp @@ -122,8 +122,7 @@ void GLCanvas::OnTypeImage(FileSel *_fs) { fs.file = ForceExt(GetFileName(~fs), ".pdf"); } -void GLCanvas::SaveToFile() -{ +void GLCanvas::SaveToFile() { GuiLock __; Image image = GetImage(); diff --git a/bazaar/GLCanvas/GLCanvas.upp b/bazaar/GLCanvas/GLCanvas.upp index 36e0eb638..672a81be1 100644 --- a/bazaar/GLCanvas/GLCanvas.upp +++ b/bazaar/GLCanvas/GLCanvas.upp @@ -1,10 +1,10 @@ description "A basic canvas for OpenGL primitives\377B255,170,0"; uses - GLCtrl, Surface, plugin/jpg, - PdfDraw; + PdfDraw, + GLCtrl; file GLCanvas.cpp,