~ubuntu-branches/ubuntu/raring/grace/raring

« back to all changes in this revision

Viewing changes to debian/patches/axes-dialog-resize.patch

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Breen
  • Date: 2010-06-06 14:36:06 UTC
  • mfrom: (4.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100606143606-g8rdx6m4wyg3xx8l
Tags: 1:5.1.22-7
* Replace defoma font management with new /usr/sbin/update-grace-fonts
  trigger.  Many thanks to Kenshi Muto for the implementation.
  (Closes: #542335, #583956, #583964)
  - README.Debian: Update description of font handling, eliminate all
    references to defoma.
  - control: Depends -= defoma, += fontconfig.
* grace.preinst, grace.postinst: Additionally remove code only needed for
  upgrades from truly antique (pre-oldstable) releases.
* patches/nonlinear_extended.diff: Add menu entry for Doniach-Sunjic peak
  fitting.  (Closes: #583966)
* Backed out subscript-superscript-scale.diff pending coordination with
  upstream, to avoid distro-specific incompatibilities.
* compat: Increment to debhelper v7.
* Convert to source format 3.0 (quilt).  Replace uuencoded icons with 
  their decoded PNG forms; clean out the associated decoding and patching
  logic from rules, and remove Build-Depends on sharutils and quilt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: grace-5.1.22/src/tickwin.c
 
2
===================================================================
 
3
--- grace-5.1.22.orig/src/tickwin.c     2010-05-18 14:14:02.000000000 -0700
 
4
+++ grace-5.1.22/src/tickwin.c  2010-05-18 14:22:48.000000000 -0700
 
5
@@ -457,6 +457,10 @@
 
6
         }
 
7
     }
 
8
     update_ticks(cg);
 
9
+
 
10
+    /* Having prepared the window, prevent it from being sized smaller, which can
 
11
+       cause the buttons to disappear: http://bugs.debian.org/253087  */
 
12
+    XtVaSetValues(axes_dialog, XmNresizePolicy, XmRESIZE_NONE, NULL);
 
13
     
 
14
     RaiseWindow(GetParent(axes_dialog));
 
15
     unset_wait_cursor();