Created attachment 120037 [details] 0B on the widget label SUMMARY Sometimes the widget at the bottom forgets about the resolution of the image opened and the image size (how much this specific document takes). STEPS TO REPRODUCE 1. Paint a lot. 2. Save a few times. 3. Observe the widget. OBSERVED RESULT 0 B on the widget label, tooltip also reports 0B for everything in the first section. EXPECTED RESULT Correct resolution and the memory amount used for the image. ADDITIONAL INFORMATION It looks like it might be related to saving, but I'm not sure. It does happen consistently, but I can't say for sure when. SOFTWARE/OS VERSIONS Windows: 10 Krita Version: 4.2.0-pre-alpha (git 199cd9f)
Created attachment 120038 [details] Tooltip of the widget
When did that break...
Known good: 342b87f3a50947e0f90cb822c40b7e0dfc966cc2, May 1st. It looks like a signal/slot connection got broken somewhere.
The 4.2.0 alpha works fine.
Actually, master works fine as well for me...
Created attachment 120041 [details] Full screen screenshot
Git commit 847c1b2ac0851c8b9c5cd625f01dd09671850af5 by Dmitry Kazakov. Committed on 13/05/2019 at 15:10. Pushed by dkazakov into branch 'master'. Fix updating memory report when closing "other" tab When a view is closed, we should ensure status bar doesn't have a link to it. That is okay, but we shouldn't do it manually. Keeping status bar's links is done by KisViewManager, so let just him do his work. M +5 -0 libs/ui/KisMainWindow.cpp M +0 -1 libs/ui/KisView.cpp https://invent.kde.org/kde/krita/commit/847c1b2ac0851c8b9c5cd625f01dd09671850af5