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-Tag: 0.44.12~7 X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=sdk;a=commitdiff_plain;h=a08b725ba69f3f1a6a34397a47a81cf6d792c4eb 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 274796a..71cb82e 100644 --- a/ide/src/ide.ec +++ b/ide/src/ide.ec @@ -1889,6 +1889,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)