From 77231a37d4f0f453ca60fe4a0e73d688fb74caed Mon Sep 17 00:00:00 2001 From: Rejean Loyer Date: Sat, 6 Dec 2014 19:11:43 -0500 Subject: [PATCH] ide: fix active bith depth dropbox is not updated with value from workspace file. --- ide/src/ide.ec | 1 + 1 file changed, 1 insertion(+) diff --git a/ide/src/ide.ec b/ide/src/ide.ec index 87b9ef0..ceea56c 100755 --- a/ide/src/ide.ec +++ b/ide/src/ide.ec @@ -1894,6 +1894,7 @@ class IDEWorkSpace : Window } if(!toolBar.activeCompiler.currentRow && toolBar.activeCompiler.firstRow) toolBar.activeCompiler.SelectRow(toolBar.activeCompiler.firstRow); + toolBar.activeBitDepth.SelectRow(toolBar.activeBitDepth.FindRow(workspace ? workspace.bitDepth : 0)); } void UpdateToolBarActiveConfigs(bool selectionOnly) -- 1.8.3.1