window is not zoomable, bug #1761
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23925 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6ad588aae8
commit
2836442b70
@ -36,7 +36,7 @@
|
||||
|
||||
MidiPlayerWindow::MidiPlayerWindow()
|
||||
: BWindow(BRect(0, 0, 1, 1), "MIDI Player", B_TITLED_WINDOW,
|
||||
B_ASYNCHRONOUS_CONTROLS | B_NOT_RESIZABLE)
|
||||
B_ASYNCHRONOUS_CONTROLS | B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
||||
{
|
||||
playing = false;
|
||||
scopeEnabled = true;
|
||||
|
Loading…
Reference in New Issue
Block a user