Skip to content

Commit

Permalink
No need to set current layer when opening an Object
Browse files Browse the repository at this point in the history
  • Loading branch information
chchwy committed Jul 2, 2020
1 parent 7e45c37 commit 0738cac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/mainwindow2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@ bool MainWindow2::openObject(QString strFilePath)
progress.show();
}

mEditor->layers()->setCurrentLayer(0);

FileManager fm(this);
connect(&fm, &FileManager::progressChanged, [&progress](int p)
Expand Down

0 comments on commit 0738cac

Please sign in to comment.