ports/cad/openvsp/files/patch-src_vsp__aero_viewer_viewerUI.fl
Pawel Pekala 8094b849a0 Update to version 3.9.0
Features:
 - VSPAERO v3.0 - Panel method, batch runs, control surfaces, much more
 - Improved VSPAERO integration
 - One-Axis Kinematic Joint (Hinge/Slider)
 - Group Transformation/Scale -- Thanks Alex Gary
 - 2D AutoCad Export of feature lines

Bug Fixes:
 - Change to Geom type name lookup instead of type ID number
 - Fix Python API
 - Fix VarPresets API to built-in scripting

PR:		212131
Submitted by:	maintainer
2016-08-25 16:54:32 +00:00

35 lines
1.4 KiB
Text

--- src/vsp_aero/viewer/viewerUI.fl.orig 2016-08-21 15:22:39 UTC
+++ src/vsp_aero/viewer/viewerUI.fl
@@ -324,28 +324,28 @@ glviewer->redraw();}
CL = new ContourLevelUserInterface;
CL->show(glviewer);}
xywh {10 10 100 20} divider
- code0 {\#include "ContourLevel.H"}
+ code0 {\#include "ContourLevel.h"}
}
MenuItem OptionsMenuUseSmoothFunctionShading {
label {Use Smooth Function Shading}
callback {glviewer->DrawSmoothFunctionsWasPicked();
glviewer->redraw();}
xywh {40 40 100 20} type Toggle divider
- code0 {\#include "ContourLevel.H"}
+ code0 {\#include "ContourLevel.h"}
}
MenuItem OptionsMenuUseFlatShading {
label {Use Flat Shading}
callback {glviewer->DrawFlatShadedWasPicked();
glviewer->redraw();}
xywh {40 40 100 20} type Toggle divider
- code0 {\#include "ContourLevel.H"}
+ code0 {\#include "ContourLevel.h"}
}
MenuItem OptionsMenuDrawWakesToInfinity {
label {Draw Wakes To Infinity}
callback {glviewer->DrawWakesToInfinityWasPicked();
glviewer->redraw();}
xywh {50 50 100 20} type Toggle divider
- code0 {\#include "ContourLevel.H"}
+ code0 {\#include "ContourLevel.h"}
}
}
Fl_Button KeyboardControlInfoButton {