From 7240bbabc0501b099cdf1636f85d9fb07bb5134b Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Sun, 4 Dec 2005 15:25:22 +0000 Subject: [PATCH] added texture action in menu render --- src/meshlab/mainwindow_Init.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/meshlab/mainwindow_Init.cpp b/src/meshlab/mainwindow_Init.cpp index bab043893..6137227e4 100644 --- a/src/meshlab/mainwindow_Init.cpp +++ b/src/meshlab/mainwindow_Init.cpp @@ -24,6 +24,9 @@ History $Log$ +Revision 1.13 2005/12/04 15:25:22 glvertex +added texture action in menu render + Revision 1.12 2005/12/04 14:45:30 glvertex gla now is a local variable used only if needed texture button now works properly @@ -452,6 +455,7 @@ void MainWindow::createMenus() renderModeMenu=renderMenu->addMenu(tr("Render Mode")); renderModeMenu->addAction(backFaceCullAct); renderModeMenu->addActions(renderModeGroupAct->actions()); + renderModeMenu->addAction(renderModeTextureAct); lightingModeMenu=renderMenu->addMenu(tr("Lighting")); lightingModeMenu->addAction(setLightAct);