classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Patch: Window resizing bug


From: Lillian Angel
Subject: [cp-patches] Patch: Window resizing bug
Date: Tue, 15 Nov 2005 17:51:29 -0500

Fixes bug #24234.

Tom F. and I fixed this bug. gtk_window_set_resizable always sets the
allow_shrink field to false, this was fixed by explicitly setting
'allow_shrink' to 'resizable'.

2005-11-15  Lillian Angel  <address@hidden>

        * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
       (Java_gnu_java_awt_peer_gtk_GtkWindowPeer_gtkWindowSetResizable):
        Needed to set allow_shrink to the same value as resizable. 
        Otherwise, it is always set to false.

Attachment: patch.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]