diff --git a/editor/src/app/app.ts b/editor/src/app/app.ts index 342dae62..c546cb42 100644 --- a/editor/src/app/app.ts +++ b/editor/src/app/app.ts @@ -117,7 +117,6 @@ class SeabassApp { */ _onViewportChange (evt: CustomEvent): void { this._model.setViewportOptions(evt.detail) - this._forwardEvent(evt) } /** diff --git a/harbour-seabass/qml/pages/Editor.qml b/harbour-seabass/qml/pages/Editor.qml index e74367a9..ed50b9f0 100644 --- a/harbour-seabass/qml/pages/Editor.qml +++ b/harbour-seabass/qml/pages/Editor.qml @@ -53,6 +53,7 @@ WebViewPage { onAppLoaded: function (data) { toolbar.open = data.isToolbarOpened || false editorState.loadTheme() + editorState.updateViewport() } onErrorOccured: function (message) { diff --git a/harbour-seabass/rpm/harbour-seabass.spec b/harbour-seabass/rpm/harbour-seabass.spec index 86769e87..2163b6d4 100644 --- a/harbour-seabass/rpm/harbour-seabass.spec +++ b/harbour-seabass/rpm/harbour-seabass.spec @@ -10,7 +10,7 @@ Name: harbour-seabass Summary: Seabass Version: 0.9.2 -Release: 1 +Release: 2 Group: Qt/Qt License: LICENSE BuildArch: noarch diff --git a/harbour-seabass/rpm/harbour-seabass.yaml b/harbour-seabass/rpm/harbour-seabass.yaml index 32ea084f..613972b0 100644 --- a/harbour-seabass/rpm/harbour-seabass.yaml +++ b/harbour-seabass/rpm/harbour-seabass.yaml @@ -1,7 +1,7 @@ Name: harbour-seabass Summary: Seabass Version: 0.9.2 -Release: 1 +Release: 2 # The contents of the Group field should be one of the groups listed here: # https://github.com/mer-tools/spectacle/blob/master/data/GROUPS Group: Qt/Qt