From: Rejean Loyer Date: Sun, 7 Dec 2014 00:11:43 +0000 (-0500) Subject: ide: fix active bith depth dropbox is not updated with value from workspace file. X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77231a37d4f0f453ca60fe4a0e73d688fb74caed;hp=2c4559283ceb97908c08f108910a8dae470d3f99;p=sdk ide: fix active bith depth dropbox is not updated with value from workspace file. --- 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)