mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-11 14:22:58 -06:00
*GLCanvas: Fixed .upp
git-svn-id: svn://ultimatepp.org/upp/trunk@14674 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
30c577b406
commit
2ac4dd71ef
2 changed files with 3 additions and 4 deletions
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue