[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, gtk3, updated. v0.8.4-204-g5bd5007
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, gtk3, updated. v0.8.4-204-g5bd5007 |
Date: |
Wed, 10 Jun 2015 18:44:18 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, gtk3 has been updated
via 5bd5007b498d18182af272222a0021af178fc531 (commit)
from 6b6ed1de7e41fe0683ec458bf8f455a159a2a653 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5bd5007b498d18182af272222a0021af178fc531
Author: Friedrich Beckmann <address@hidden>
Date: Wed Jun 10 20:27:55 2015 +0200
output window: added allocation setting for drawing areas. fixes bug #45229.
I added allocation setting to the drawing areas in the output window. The
problem occured in osx gtk3 branch and is described in bug #45229. The
content of the output window was not rendered correctly in the initial
window but only after a resize. Setting the size request for the drawing
areas is not enough because the current allocation is not immediatly
changed.
The clipping is based on the current allocation, while the drawing is based
on the results from the rerender function. This problem is related to
the problem described in bug #43362.
-----------------------------------------------------------------------
Summary of changes:
src/ui/gui/psppire-output-view.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, gtk3, updated. v0.8.4-204-g5bd5007,
Friedrich Beckmann <=