Skip to content

setMovable flag doesn't work #187

Open
@linuxsable

Description

@linuxsable
@implementation MenuWindowController

- (id)init {
    if (self = [super initWithWindowNibName:@"MenuWindowController"]) {
        [self.window setMovable:NO];
    }

    return self;
}

Expected: window is no longer dragable.
Results: window is draggable. Converting window to NSWindow via NIB fixes the issue.

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions