PoorMan: Autoresize window.

* Fix #9244.
This commit is contained in:
Janus
2015-05-16 16:25:13 +02:00
parent 9fed3c6836
commit 85892ec52f
+1 -1
View File
@@ -46,7 +46,7 @@
PoorManWindow::PoorManWindow(BRect frame) 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), fStatus(false),
fHits(0), fHits(0),
fPrefWindow(NULL), fPrefWindow(NULL),