Skip to content

Commit

Permalink
Merge branch 'release' of ssh://git.stwan.bits:7999/wv/opensphere
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins User committed Sep 3, 2019
2 parents 3ca8912 + 309710c commit 2442b35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/os/ogc/spatial.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ os.ogc.spatial.Format = {
/**
* Convert an element containing a KML geometry to an ol.Feature.
*
* @param {Element} element The element containing a KML geometry
* @param {Document|Element} element The element containing a KML geometry
* @return {ol.geom.Geometry} The geometry
*
* @suppress {accessControls} Because OL3 decided not to let us use their code...
Expand Down
2 changes: 2 additions & 0 deletions src/os/ui/window.js
Original file line number Diff line number Diff line change
Expand Up @@ -1227,6 +1227,8 @@ os.ui.WindowCtrl.prototype.onWindowResize_ = function() {
this.element.removeClass('u-parent-resizer-xl');
}
this.element.addClass(addClass);

goog.dom.ViewportSizeMonitor.getInstanceForWindow().dispatchEvent(goog.events.EventType.RESIZE);
}
};

Expand Down
2 changes: 1 addition & 1 deletion views/main.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="js-window__container" class="h-100 w-100 position-absolute js-main d-flex">
<div id="js-window__container" class="h-100 w-100 position-absolute js-main d-flex overflow-hidden">
<div class="dd-target c-main d-flex flex-column flex-fill w-100" url-drag-drop dd-element=".os-app">
<nav-top></nav-top>
<div id="js-main" class="d-flex flex-row flex-fill position-relative">
Expand Down

0 comments on commit 2442b35

Please sign in to comment.