https://issues.apache.org/ooo/show_bug.cgi?id=118696
Bug #: 118696
Issue Type: DEFECT
Summary: No refresh when Sheet tab color is changed by API
Classification: Code
Product: api
Version: OOo 3.3
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: code
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
This Basic code changes the color of a sheet tab to Red :
Su Main
Dim sh As Object
sh = ThisComponent.Sheets(1)
sh.TabColor = RGB(255,0,0)
End Sub
Display any sheet, run the macro.
After execution the tab of Sheet 1 has not changed color.
Display another sheet : now the modified tab appears Red.
Conclusion : after a change by API, the display is not refreshed.
--
Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.