Bug 408867

Summary: Filter layer window dont popup after creating
Product: [Applications] krita Reporter: grzegorzpedrycz
Component: Filter LayersAssignee: Krita Bugs <krita-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: halla
Priority: NOR Keywords: triaged
Version: 4.2.1   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

Description grzegorzpedrycz 2019-06-18 09:37:51 UTC
SUMMARY

When Creating filter layer popup window is hidden . You need to take   it from  windows task-bar. I use krita plus, git a22a70b

STEPS TO REPRODUCE
1. Create layer and paint something on it 
2. Create filter layer
3. 

OBSERVED RESULT

We dont see filters popup window and we cant click anywhere

EXPECTED RESULT
Filter window popup in the center of  krita window


SOFTWARE/OS VERSIONS
Windows: 8.1
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Halla Rempt 2019-06-18 09:43:40 UTC
I'm afraid I cannot reproduce that, neither on windows nor on Linux :-(
Comment 2 Halla Rempt 2019-06-19 06:44:24 UTC
Git commit 716e6d3eb48d0e2ea9bb2f6cc82093a8e04cca4a by Boudewijn Rempt.
Committed on 19/06/2019 at 06:44.
Pushed by rempt into branch 'master'.

Explicitly parent the filter layer dialog and make it Qt::Dialog

M  +1    -1    libs/ui/dialogs/kis_dlg_adjustment_layer.cc
M  +1    -1    libs/ui/kis_layer_manager.cc
M  +1    -1    libs/ui/kis_mask_manager.cc

https://invent.kde.org/kde/krita/commit/716e6d3eb48d0e2ea9bb2f6cc82093a8e04cca4a
Comment 3 Halla Rempt 2019-06-20 10:49:28 UTC
Git commit 7ed5dc2ad2d52a3769e220ec243a0b08f22a3573 by Boudewijn Rempt.
Committed on 20/06/2019 at 10:32.
Pushed by rempt into branch 'krita/4.2'.

Explicitly parent the filter layer dialog and make it Qt::Dialog

M  +1    -1    libs/ui/dialogs/kis_dlg_adjustment_layer.cc
M  +1    -1    libs/ui/kis_layer_manager.cc
M  +1    -1    libs/ui/kis_mask_manager.cc

https://invent.kde.org/kde/krita/commit/7ed5dc2ad2d52a3769e220ec243a0b08f22a3573
Comment 4 Halla Rempt 2019-06-20 13:09:27 UTC
I tried to add some flags... Not sure whether that makes a difference, but could you check the latest nightly build? See https://binary-factory.kde.org/job/Krita_Nightly_Windows_Build/
Comment 5 grzegorzpedrycz 2019-06-21 06:00:34 UTC
I will check that today and let you know, but bug appear only in canvas mode only,  I didnt mentioned that earlier
Comment 6 grzegorzpedrycz 2019-06-21 06:14:27 UTC
I dont know what you did but it works now! Good work
Comment 7 Halla Rempt 2019-06-21 06:33:51 UTC
Closing then, thanks for checking.