To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62669
                  Issue #:|62669
                  Summary:|Minor glitch in splash progressbar drawing
                Component:|framework
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|tm
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Wed Mar  1 02:09:47 -0800 
2006 -------
Found incidentally ;-) 
 
The progressbar is asymmetric thanks to the following: 
 
--- desktop/source/splash/splash.cxx    2005-11-17 11:00:26.000000000 +0100 
+++ desktop/source/splash/splash.cxx      2006-03-01 11:04:40.000000000 +0100 
@@ -109,7 +109,7 @@ SplashScreen::SplashScreen(const Referen 
     else 
     { 
         if ( -1 == _barwidth ) 
-            _barwidth  = _width - (2 * _yoffset); 
+            _barwidth  = _width - (2 * _xoffset); 
         if ( -1 == _barheight ) 
             _barheight = 6; 
         if ( -1 == _tlx || -1 == _tly ) 
 
If you have an open CWS, please commit it there...

---------------------------------------------------------------------
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]

Reply via email to