From c9023d4cdc85b404d058b610bee78b0a0d807fde Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Tue, 8 Nov 2016 00:13:37 +0300 Subject: [PATCH] load current file when ratios is modified --- eval.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eval.go b/eval.go index 3cede84..a1efc49 100644 --- a/eval.go +++ b/eval.go @@ -107,6 +107,7 @@ func (e *SetExpr) eval(app *App, args []string) { } gOpts.ratios = rats app.ui = newUI() + app.ui.loadFile(app.nav) default: msg := fmt.Sprintf("unknown option: %s", e.opt) app.ui.message = msg