* resolve postponed local switch changes before switching mode

git-svn-id: trunk@1880 -
This commit is contained in:
florian 2005-12-04 19:36:57 +00:00
parent 46ecdc8f94
commit d6628f1d8b

View File

@ -288,6 +288,12 @@ implementation
if b then
begin
{ resolve all postponed switch changes }
if localswitcheschanged then
begin
aktlocalswitches:=nextaktlocalswitches;
localswitcheschanged:=false;
end;
{ turn ansistrings on by default ? }
if (m_delphi in aktmodeswitches) then
begin