From eb0b2a847b0704e4f61b01a3cb391fa575eb09f1 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Tue, 22 Jan 2019 14:37:33 -0800 Subject: [PATCH] change stating to handle magnify state (#3746) * change stating to handle magnify state * fix magnify during state setup --- src/sql/parts/query/editor/gridPanel.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sql/parts/query/editor/gridPanel.ts b/src/sql/parts/query/editor/gridPanel.ts index 5ca2fbbc77..d2cc6302a1 100644 --- a/src/sql/parts/query/editor/gridPanel.ts +++ b/src/sql/parts/query/editor/gridPanel.ts @@ -592,6 +592,8 @@ class GridTable extends Disposable implements IView { this.restoreScrollState(); + this.rebuildActionBar(); + // Setting the active cell resets the selection so save it here let savedSelection = this.state.selection;