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

comctl32: code commented out in treeview.c

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • Wine
    • Operating System: ReactOS
      Platform: x86 Hardware

    Description

      from Revision 38894

      Reapply ros specific hack to stop the treeview scrollbars from continuous painting.

      • TREEVIEW_UpdateScrollBars(infoPtr);
        + //
        + // This is correct, but is causes and infinite loop of WM_PAINT messages, resulting
        + // in continuous painting of the scroll bar in reactos. Comment out until the real
        + // bug is found
        + //
        + //TREEVIEW_UpdateScrollBars(infoPtr);

      https://git.reactos.org/?p=reactos.git;a=blob;f=dll/win32/comctl32/treeview.c;hb=f76a097a252b52154bdc0818a897200e99e2bc29#l2934

      Attachments

        1. GetDCExTest.c
          1 kB
        2. GetDCExTest.exe
          65 kB
        3. paint_loop.c
          2 kB
        4. paint_loop.exe
          64 kB
        5. snapshot72.png
          snapshot72.png
          38 kB

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              ThePhysicist Timo Kreuzer
              Votes:
              5 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated: