diff --git a/Source/GUIBase/GUIBase.dproj b/Source/GUIBase/GUIBase.dproj index e150b26a..c3550861 100644 --- a/Source/GUIBase/GUIBase.dproj +++ b/Source/GUIBase/GUIBase.dproj @@ -59,30 +59,30 @@ MainSource - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +
fDialogBase
diff --git a/Source/GUIBase/GUIBase.res b/Source/GUIBase/GUIBase.res index 8b251f31..1641339f 100644 Binary files a/Source/GUIBase/GUIBase.res and b/Source/GUIBase/GUIBase.res differ diff --git a/Source/GUIBase/uEditorGridBase.pas b/Source/GUIBase/uEditorGridBase.pas index b92b856f..03702f39 100644 --- a/Source/GUIBase/uEditorGridBase.pas +++ b/Source/GUIBase/uEditorGridBase.pas @@ -182,8 +182,8 @@ begin ViewGrid.ShowEmbedded(Self); ViewGrid.RestoreFromIniFile; - actExpandir.Visible := ViewGrid.AgrupacionesVisibles; - actContraer.Visible := ViewGrid.AgrupacionesVisibles; +// actExpandir.Visible := ViewGrid.AgrupacionesVisibles; +// actContraer.Visible := ViewGrid.AgrupacionesVisibles; end; end;