Fixed some newly introduced indentation mess.
This commit is contained in:
@@ -615,7 +615,7 @@ MainWindow::MainWindow(QWidget *parent)
|
|||||||
if (!vnc_enabled)
|
if (!vnc_enabled)
|
||||||
video_setblit(qt_blit);
|
video_setblit(qt_blit);
|
||||||
|
|
||||||
if (start_in_fullscreen) {
|
if (start_in_fullscreen) {
|
||||||
connect(ui->stackedWidget, &RendererStack::blit, this, [this] () {
|
connect(ui->stackedWidget, &RendererStack::blit, this, [this] () {
|
||||||
if (start_in_fullscreen) {
|
if (start_in_fullscreen) {
|
||||||
QTimer::singleShot(100, ui->actionFullscreen, &QAction::trigger);
|
QTimer::singleShot(100, ui->actionFullscreen, &QAction::trigger);
|
||||||
|
Reference in New Issue
Block a user