https://bugs.kde.org/show_bug.cgi?id=386358

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] ---
Hi,
I have the same behavior.
For information, as a workaround to get it working, I reverted one line of
mainwindow.cpp to its Yakukake 3.0.3 content.
In void MainWindow::wmActiveWindowChanged()
   Replace if (!Settings::keepOpen() && hasFocus()) {
   By      if (!Settings::keepOpen() && isVisible() &&
KWindowSystem::activeWindow() != winId()) {
Regards,
Rui

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to