Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-111254

Fullscreen Disables Window Resize

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.11
    • None
    • Windows 10 Pro x64
      Java 1.8.0-111 x64
    • Unconfirmed

      When you exit fullscreen the window can no longer be resized. It is stuck at either the default size or the size passed in with the command line parameters.

      The way to fix this is to make the Display resizable after you set fullscreen.

      Display.setFullscreen(fullscreen);
      Display.setResizable(false);
      Display.setResizable(true);
      

      It needs to be set to false first because the implementation caches the last value and will not update the Window if it is already resizable in the cached state.

            Unassigned Unassigned
            gudenau gudenau
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: