mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Resolved conflict about last merge
This commit is contained in:
@@ -286,14 +286,9 @@ bool MainWindow::eventFilter(QObject *obj, QEvent *event)
|
||||
if (keyEvent->modifiers() == Qt::CTRL)
|
||||
{
|
||||
switch (keyEvent->key()) {
|
||||
<<<<<<< HEAD
|
||||
case Qt::Key_F:
|
||||
if (outputWindow->windowState() != Qt::WindowFullScreen)
|
||||
outputWindow->setFullScreen(true);
|
||||
=======
|
||||
case Qt::Key_F:
|
||||
outputWindow->setFullScreen(true);
|
||||
>>>>>>> feature-undo-commands
|
||||
break;
|
||||
case Qt::Key_N:
|
||||
newFile();
|
||||
|
||||
Reference in New Issue
Block a user