Zoom fit best for details scene again working.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-11-09 16:29:28 +02:00
parent 1c0dced61d
commit 836df6e309

View file

@ -4332,7 +4332,7 @@ void MainWindow::ZoomFirstShow()
* pattern will be moved. Looks very ugly. It is best solution that i have now.
*/
if (pattern->DataDetails()->size() > 0)
if (pattern->DataPieces()->size() > 0)
{
ActionDetails(true);
ui->view->ZoomFitBest();