From 014ce3d9363b15912a53cc8885358b0436b3bb27 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Wed, 1 Feb 2017 16:13:52 -0500 Subject: Another large batch of work on Lumina2: The NativeWindow intermediary seems to be working really well, now just to start adding the the various event detection parsing in to modify that object on-demand. There is still a window focus issue too - the setActive routine is not properly setting that window to have focus yet - need to examine further. --- src-qt5/core/libLumina/NativeWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src-qt5/core/libLumina/NativeWindow.cpp') diff --git a/src-qt5/core/libLumina/NativeWindow.cpp b/src-qt5/core/libLumina/NativeWindow.cpp index eb85e394..bd42ecaa 100644 --- a/src-qt5/core/libLumina/NativeWindow.cpp +++ b/src-qt5/core/libLumina/NativeWindow.cpp @@ -14,7 +14,7 @@ NativeWindow::NativeWindow(WId id) : QObject(){ NativeWindow::~NativeWindow(){ hash.clear(); - WIN->deleteLater(); + //WIN->deleteLater(); //This class only deals with Native windows which were created outside the app - they need to be cleaned up outside the app too } WId NativeWindow::id(){ -- cgit