Skip to content
Snippets Groups Projects
Commit 30c1351e authored by Michael Hamann's avatar Michael Hamann
Browse files

Fix media manager height handling after resize FS#2369

The height handling code was triggered before the width handling code
and thus the right pane was below the other panes during the height
calculations which caused strange effects. Now the height handling code
is called again after adjusting the width of the right pane.
parent 28c7c067
No related branches found
No related tags found
No related merge requests found
......@@ -514,6 +514,8 @@ var dw_mediamanager = {
});
}
dw_mediamanager.resize();
dw_mediamanager.opacity_slider();
dw_mediamanager.portions_slider();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment