https://bugs.documentfoundation.org/show_bug.cgi?id=164712
--- Comment #13 from Armin Le Grand (allotropia) <[email protected]> --- Checked in InsertValues the PropertyState that gets fetched using xPropertiesState->getPropertyState, especially for PropertyState_AMBIGUOUS_VALUE when changing from line VCL to GPU: InsertValues: InsertValues: Property FillBitmapMode :PropertyState_AMBIGUOUS_VALUE InsertValues: Property Category :PropertyState_AMBIGUOUS_VALUE Property DisplayName :PropertyState_AMBIGUOUS_VALUE Property FillBitmapMode :PropertyState_AMBIGUOUS_VALUE Property Hidden :PropertyState_AMBIGUOUS_VALUE Property IsAutoUpdate :PropertyState_AMBIGUOUS_VALUE Property IsPhysical :PropertyState_AMBIGUOUS_VALUE Property StyleInteropGrabBag :PropertyState_AMBIGUOUS_VALUE ...but this is the *same* in old and new (?) Also for PropertyState_DIRECT_VALUE, also identical... I also checked all, but only difference is that there are new values added in newer version, all on PropertyState_DEFAULT_VALUE: Property ParaFirstLineIndentUnit :PropertyState_DEFAULT_VALUE Property ParaHyphenationCompoundMinLeadingChars :PropertyState_DEFAULT_VALUE Property ParaHyphenationKeep :PropertyState_DEFAULT_VALUE Property ParaHyphenationKeepType :PropertyState_DEFAULT_VALUE Property ParaLeftMarginUnit :PropertyState_DEFAULT_VALUE Property ParaRightMarginUnit :PropertyState_DEFAULT_VALUE Thus: I cannot find a difference in PropertyStates...? I already checked if 'isGrey' *does* actually change that gray state by deactivating it temporarily - it does... This seems strange, but I see no change in PropertyStates, so where do the changes come from...? -- You are receiving this mail because: You are the assignee for the bug.
