To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=93102 Issue #|93102 Summary|StyleSettings are set to application values Component|gsl Version|OOO300m3 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|code Assigned to|pl Reported by|mod
------- Additional comments from [EMAIL PROTECTED] Mon Aug 25 15:18:40 +0000 2008 ------- I have a MultiLineEdit with colored text(fieldtextcolor). When I switch my PC into standy mode and back, this color is changed back to black. This seems to be caused by ImplHandleSalSettings, which then changes all Settings to the one of the application itself: pApp->SetSettings( aSettings ); which calls Windows::UpdateSettings for all childs, this seems completly wrong. While investigating this, I also found this line in WinSalFrame::UpdateSettings: aStyleSettings.SetFieldTextColor( aStyleSettings.GetWindowColor() ); Shoudn't this be: aStyleSettings.SetFieldTextColor( aStyleSettings.GetFieldTextColor() ); ? (GetFieldTextColor already has the wrong value here, so this is not the cause of this bug) --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
