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

Overlapped controls not drawed correctly

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • None
    • None

    Description

      radio-button-has-bug.png

      dll/shellext/netshell/lang/en-US.rc:

      IDD_NETWORKSETTINGSPAGE DIALOGEX 0, 0, 317, 143
      STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
      CAPTION "ReactOS Setup"
      FONT 8, "MS Shell Dlg"
      BEGIN
          ICON IDI_NET_SETUP, IDC_STATIC, 21, 10, 20, 20
          LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20
          AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP
          AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP
          LTEXT "Creates network connections using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30
          LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20
      END
      

      The IDC_NETWORK_TYPICAL radio button control overlaps the LTEXT static control. They are not correctly drawn.

      Attachments

        Issue Links

          Activity

            People

              bug zilla Bug Zilla
              katayama_hirofumi_mz Katayama Hirofumi MZ
              Votes:
              2 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: