You've already forked lazarus-ccr
fpspreadsheet: Fix incorrect assignment of cell format to hyperlinks when reading ods files (and some more bugs). Extend TsSpreadsheetInspector to display font and cell format lists of the workbook.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4014 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -230,7 +230,7 @@ type
|
||||
ToolButton19: TToolButton;
|
||||
AcFontUnderline: TsFontStyleAction;
|
||||
AcFontStrikeout: TsFontStyleAction;
|
||||
Splitter1: TSplitter;
|
||||
InspectorSplitter: TSplitter;
|
||||
Inspector: TsSpreadsheetInspector;
|
||||
InspectorTabControl: TTabControl;
|
||||
AcAddWorksheet: TsWorksheetAddAction;
|
||||
@ -394,6 +394,8 @@ end;
|
||||
procedure TMainForm.AcViewInspectorExecute(Sender: TObject);
|
||||
begin
|
||||
InspectorTabControl.Visible := AcViewInspector.Checked;
|
||||
InspectorSplitter.Visible := AcViewInspector.Checked;
|
||||
InspectorSplitter.Left := 0;
|
||||
end;
|
||||
|
||||
{ Event handler to synchronize the mode of the spreadsheet inspector with the
|
||||
|
Reference in New Issue
Block a user