From 7c638c6af8303a71aff4b8316627ff84c51f00d6 Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Fri, 31 Jan 2020 06:41:47 -0800 Subject: [PATCH] updated --- src/main_window.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main_window.cpp b/src/main_window.cpp index c59c5f8..2f7e86c 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -509,10 +509,10 @@ void AC_MainWindow::createMenu() { controls_showvideo->setShortcut(tr("Ctrl+V")); controls_menu->addAction(controls_showvideo); - show_glDisplay = new QAction(tr("Show OpenGL Display"), this); - show_glDisplay->setShortcut(tr("Ctrl+G")); - connect(show_glDisplay, SIGNAL(triggered()), this, SLOT(showGLDisplay())); - controls_menu->addAction(show_glDisplay); + //show_glDisplay = new QAction(tr("Show OpenGL Display"), this); + //show_glDisplay->setShortcut(tr("Ctrl+G")); + //connect(show_glDisplay, SIGNAL(triggered()), this, SLOT(showGLDisplay())); + //controls_menu->addAction(show_glDisplay); show_fullscreen = new QAction(tr("Enter Full Screen"), this); show_image_window = new QAction(tr("Show Image Window"), this); controls_menu->addAction(show_fullscreen);