mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fixed bug #33: The --fullscreen option doesn't work.
This commit is contained in:
+7
-2
@@ -1198,9 +1198,14 @@ void MainWindow::createActions()
|
||||
connect(stickyVertices, SIGNAL(toggled(bool)), outputWindow->getCanvas(), SLOT(enableStickyVertices(bool)));
|
||||
}
|
||||
|
||||
void MainWindow::enableFullscreen()
|
||||
void MainWindow::startFullScreen()
|
||||
{
|
||||
outputWindowFullScreen->setEnabled(true);
|
||||
// Remove canvas controls.
|
||||
displayCanvasControls->setChecked(false);
|
||||
// Display output window.
|
||||
displayOutputWindow->setChecked(true);
|
||||
// Send fullscreen.
|
||||
outputWindowFullScreen->setChecked(true);
|
||||
}
|
||||
|
||||
void MainWindow::createMenus()
|
||||
|
||||
Reference in New Issue
Block a user