[Digikam-devel] [PATCH] (well patchlet actually) : get rid of the resize() workaround in ImageWindow ctor
Caulier Gilles
caulier.gilles at kdemail.net
Mon May 1 10:19:38 BST 2006
Le Samedi 29 Avril 2006 05:11 PM, Guillaume Laurent a écrit :
> May be it solved itself, but AFAICT, the ImageWindow opens itself with the
> expected size :
>
> Index: utilities/imageeditor/editor/imagewindow.cpp
> ===================================================================
> --- utilities/imageeditor/editor/imagewindow.cpp (revision 534742)
> +++ utilities/imageeditor/editor/imagewindow.cpp (working copy)
> @@ -139,10 +139,6 @@
>
> //-------------------------------------------------------------
>
> - // This is just a bloody workaround until we have found the problem
> - // which leads the imagewindow to open in a wrong size
> - resize(640, 480);
> -
> m_rightSidebar->loadViewState();
> m_rightSidebar->populateTags();
> }
This code is necessary in 0.8.X serie for obscurs reasons... Perhaps it's not
solved in trunk since image editor / showfoto GUI code have been re-written
and is now common...
Have you tested indeep in trunk with removing this lines ?
Gilles
More information about the Digikam-devel
mailing list