This commit is contained in:
Martin Rotter 2013-11-09 19:19:02 +01:00
parent 5b506032ec
commit ebd175ba86
2 changed files with 5 additions and 1 deletions

View File

@ -191,6 +191,8 @@ int TabWidget::addBrowser(bool move_after_current,
const QUrl &initial_url) {
// Create new WebBrowser.
WebBrowser *browser = new WebBrowser(this);
browser->setupIcons();
int final_index;
if (move_after_current) {

View File

@ -75,7 +75,9 @@ WebBrowser::WebBrowser(QWidget *parent)
createConnections();
initializeZoomWidget();
setupIcons();
// NOTE: Not needed here probably.
//setupIcons();
}
void WebBrowser::initializeZoomWidget() {