PoorMan: Autoresize window.

* Fix #9244.
This commit is contained in:
Janus 2015-05-16 16:21:34 +02:00
parent 9fed3c6836
commit 85892ec52f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
PoorManWindow::PoorManWindow(BRect frame)
:
BWindow(frame, STR_APP_NAME, B_TITLED_WINDOW, 0),
BWindow(frame, STR_APP_NAME, B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS),
fStatus(false),
fHits(0),
fPrefWindow(NULL),