Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-4504

Freeldr doesn't clean the background when printing the current file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 0.3.11
    • Win32SS
    • None
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      Created an attachment (id=4313)
      screenshot

      Official 43317.
      With windows style, freeldr doesn't clean the background when showing the current file, this produces the bug shown in the screenshot.

      Trivial fix:

      Index: peloader.c
      ===================================================================
      — peloader.c (revision 43317)
      +++ peloader.c (working copy)
      @@ -269,6 +269,7 @@
      CHAR ProgressString[256];

      /* Inform user we are loading files */
      + UiDrawBackdrop();
      sprintf(ProgressString, "Loading %s...", strchr(FileName, '
      ') + 1);
      UiDrawProgressBarCenter(1, 100, ProgressString);

      Attachments

        Activity

          People

            bug zilla Bug Zilla
            gabrielilardi Gabriel ilardi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: