Summary: | opening image destroys toolbox and other panels | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | LukasT <lukast.dev> |
Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bluedzins, halla, lambdae2 |
Priority: | NOR | Keywords: | triaged |
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
LukasT
2008-10-22 16:52:34 UTC
Lukas, I can't reproduce in trunk r876041, can you check if is still happening to you? I take it back, I can reproduce this the following way 1. open krita 2. start a new document from a template (i used rgb 640x480) 3. then open any image file 4. the bug occurs as lukas described I didn't created a new document before, I directly opened the picture from the startup dialog and nothing wrong happened with the panels. if you paint something in the new document and open a picture, a new instance of krita is used (instead of opening the picture in current) and the panels remain in their place. Confirmed (I've also seen it happen) I did some observation: Docklets are not destroyed. They are just moved to different panel. Mainly tool box is moved. "krita something.jpg" from command line works, do not move the tool docklet. Open image straight from template dialog works too. Better steps to reproduce: 1. remove kritarc // to reset settings to default 2. run krita 3. select template 4. do not dirt the new image 5. open image (i tried just jpeg, don't know about others) Cyrille and slangkamp suggested to look at kis_view2, kis_doc. I looked there. CreateGUI was interesting, but some small changes to it did not help. Maybe some code that initialize the GUI is broken somewhere. And the last one: Debugging C++ is pain. We should port krita to java or vb5. SVN commit 975748 by langkamp: fix some docker placement problems, e.g. when splitting view CCBUG:173310 M +0 -14 kis_view2.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=975748 Can you confirm that this is fixed? seems fixed in trunk, but there's still the ugly flickering and when you load the image with krita not maximized, its window gets wider. *** Bug 196394 has been marked as a duplicate of this bug. *** Now the window gets maximized when opening an image. Beside that I haven't seen any other problems. I think the original problem is fixed now. Crashes still cause dockers to disappear, though. |