diff options
Diffstat (limited to 'lyt/window.cpp')
-rw-r--r-- | lyt/window.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lyt/window.cpp b/lyt/window.cpp index 52d2db9..096f747 100644 --- a/lyt/window.cpp +++ b/lyt/window.cpp @@ -50,6 +50,7 @@ void LYTWindowFrame::dumpToDebug() const { LYTWindow::LYTWindow(LYTLayout &layout) : LYTPane(layout) { + m_type = WindowType; } LYTWindow::~LYTWindow() { |