[ros-dev] [ros-diffs] [jimtabor] 33965: Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.

Timo Kreuzer timo.kreuzer at web.de
Sat Jun 14 23:42:12 CEST 2008


It's defenately hiding an underlying bug.

On windows the statusbar is not shown when it's not selected in the 
options, minimizing and restoring doesn't change that.

For more info see
http://www.reactos.org/bugzilla/show_bug.cgi?id=3336


gedmurphy schrieb:
> Did this glitch appear in windows too?
> I don't remember seeing this, and I have a feeling this patch is hiding an underlying bug.
>
> Ged.
>
> -----Original Message-----
> From: ros-diffs-bounces at reactos.org [mailto:ros-diffs-bounces at reactos.org] On Behalf Of jimtabor at svn.reactos.org
> Sent: 14 June 2008 18:11
> To: ros-diffs at reactos.org
> Subject: [ros-diffs] [jimtabor] 33965: Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
>
> Author: jimtabor
> Date: Sat Jun 14 12:10:55 2008
> New Revision: 33965
>
> URL: http://svn.reactos.org/svn/reactos?rev=33965&view=rev
> Log:
> Patch by carlo bramix at libero dot it: Bug 3336 statusbar in the wrong place.
>
> Modified:
>     trunk/reactos/base/applications/games/solitaire/solitaire.cpp
>
> Modified: trunk/reactos/base/applications/games/solitaire/solitaire.cpp
> URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/games/solitaire/solitaire.cpp?rev=33965&r1=33964&r2=33965&view=diff
> ==============================================================================
> --- trunk/reactos/base/applications/games/solitaire/solitaire.cpp [iso-8859-1] (original)
> +++ trunk/reactos/base/applications/games/solitaire/solitaire.cpp [iso-8859-1] Sat Jun 14 12:10:55 2008
> @@ -496,6 +496,7 @@
>              {
>                  MoveWindow(SolWnd, 0, 0, nWidth, nHeight - nStatusHeight, TRUE);
>                  MoveWindow(hwndStatus, 0, nHeight - nStatusHeight, nWidth, nHeight, TRUE);
> +                SendMessage(hwndStatus, WM_SIZE, wParam, lParam);
>              }
>              else
>              {
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
>   



More information about the Ros-dev mailing list