Update of bug #34487 (project gnustep):

                  Status:                    None => Ready For Test         
             Assigned to:                    None => FredKiefer             
             Open/Closed:                    Open => In Test                

    _______________________________________________________

Follow-up Comment #4:

Most likely you will have to give the progress indicator a bit more time to
draw itself. But as this isn't really a solution I checked the code once more
and it turns out that my analysis was wrong. It is the drawing that isn't
happening, but the reason is just that the flag isDisplayedWhenStopped isn't
set. GNUstep would draw the progress indicator even when not running, but only
with that flag set. And here is the actual problem, we are decoding this flag
incorrectly. Not the flag itself, but the negation gets stored in the XIB
file. I corrected that in the decoding and encoding of the progress
indicator.

As a workaround you may just set that flag manually.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34487>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to