a
This commit is contained in:
parent
5b506032ec
commit
ebd175ba86
2 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
|
@ -75,7 +75,9 @@ WebBrowser::WebBrowser(QWidget *parent)
|
|||
|
||||
createConnections();
|
||||
initializeZoomWidget();
|
||||
setupIcons();
|
||||
|
||||
// NOTE: Not needed here probably.
|
||||
//setupIcons();
|
||||
}
|
||||
|
||||
void WebBrowser::initializeZoomWidget() {
|
||||
|
|
Loading…
Add table
Reference in a new issue