| Summary: | When viewing image in fullscreen there is an ugly frame at the border of the screen. | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Vova <kv11111> |
| Component: | Usability-FullScreen | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | caulier.gilles |
| Priority: | NOR | ||
| Version First Reported In: | 0.7.3 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 0.9.0 | |
| Sentry Crash Report: | |||
|
Description
Vova
2005-09-05 08:23:38 UTC
Hi
I agree with this comment. The following code addition reduces the problem (no lines at the sides, although thinner grey lines remain at the top and bottom)...
in digikam-0.8.0/digikam/utilities/imageeditor/canvas.cpp..
add the following two "setFrame.." commands at line 133
Canvas::Canvas(QWidget *parent)
: QScrollView(parent)
{
viewport()->setBackgroundMode(Qt::NoBackground);
setFrameShape( QFrame::NoFrame );
setFrameShadow( QFrame::Plain );
d = new CanvasPrivate;
Not sure how to get rid of the remaining lines.
0.9.0 unstable implementation from svn trunk have been fixed. I close this file Gilles |