0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-09 05:57:14 +03:00

Object browser has been fixed

Object browser has been fixed
This commit is contained in:
Arin Alexander
2016-04-21 01:06:08 +04:00
parent fa89f21930
commit b770669b64
4 changed files with 11 additions and 0 deletions

View File

@@ -163,6 +163,8 @@ void ReportDesignWidget::setActivePage(PageDesignIntf *page)
this, SIGNAL(bandAdded(LimeReport::PageDesignIntf*,LimeReport::BandDesignIntf*)));
connect(page, SIGNAL(bandRemoved(LimeReport::PageDesignIntf*,LimeReport::BandDesignIntf*)),
this, SIGNAL(bandDeleted(LimeReport::PageDesignIntf*,LimeReport::BandDesignIntf*)));
connect(page, SIGNAL(pageUpdateFinished(LimeReport::PageDesignIntf*)),
this, SIGNAL(activePageUpdated(LimeReport::PageDesignIntf*)));
m_view->centerOn(0, 0);
emit activePageChanged();