To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=31097
------- Additional comments from [EMAIL PROTECTED] Mon Oct 15 16:40:30 +0000 2007 ------- I've tested the patch and there are still problems. If you switch to 'No Symbol' and then back to one of the standard symbols the size is still zero. Furthermore I think switching to 'Automatic' should not change the size also. maoyg, please consider the following: The boolean bDontSetSize indicates when the size will be modified while changing the symbol type. The value of this boolean is wrong in some cases. The size should only be changed when a symbol from file or from the gallery is selected. Because these symbols have a size by themselves and should get their original size on selection. In all other cases the size should not be changed - even not when 'No Symbol' is selected. As the naming is very confusing I suggest to replace the variable bDontSetSize with a variable bResetSize, which has opposite meaning then. The default of the new variable should be bResetSize=FALSE. And only for the above mentioned cases it should be set to true. --------------------------------------------------------------------- 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]
