Skip to content

sf::Window::setSize does not Resize Window without sf::Style::Resize Flag #466

Closed
@tomgalvin594

Description

@tomgalvin594

If a sf::Window (or sf::RenderWindow) is created without the sf::Style::Resize flag, sf::Window::setSize does not change the size of the window. This is confirmed to happen in Linux / Mate desktop environment, both in SFML 2.0 and SFML 2.1. See pertinent thread here: http://en.sfml-dev.org/forums/index.php?topic=12952.0.

Activity

archshift

archshift commented on Sep 21, 2013

@archshift

In my (brief) test, this does not happen with SFML 2.1 on Windows 8.

LaurentGomila

LaurentGomila commented on Sep 21, 2013

@LaurentGomila
Member

Please read the forum post before commenting. The problem is clearly identified (Linux only) and a fix has already been provided.

archshift

archshift commented on Sep 21, 2013

@archshift

Yeah, I read the forum post right after I made the comment, and then was conflicted about whether I should have deleted my comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    sf::Window::setSize does not Resize Window without sf::Style::Resize Flag · Issue #466 · SFML/SFML