diff options
author | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2009-08-17 11:48:56 +0000 |
---|---|---|
committer | Chris Young <chris@unsatisfactorysoftware.co.uk> | 2009-08-17 11:48:56 +0000 |
commit | 6030a12341c4858d44cfcfafa96328122b9244d2 (patch) | |
tree | 82b7b985b9269a896cac36b0fd95b1b4158aa9f3 /amiga/dist | |
parent | c26611b32b3796d4bbc886e7efd839ad999885c6 (diff) | |
download | netsurf-6030a12341c4858d44cfcfafa96328122b9244d2.tar.gz |
Revert back to creating a new clip region rather than reusing the previous one. This
fixes the long-standing incremental_reflow problem, as apparently ClearClipRegion
can't cope with the frequency of calls it gets with this switched on.
svn path=/trunk/netsurf/; revision=9333
Diffstat (limited to 'amiga/dist')
-rwxr-xr-x | amiga/dist/Install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/dist/Install b/amiga/dist/Install index 29646ea97..7aa9eaa2a 100755 --- a/amiga/dist/Install +++ b/amiga/dist/Install @@ -370,7 +370,6 @@ (dest (tackon @default-dest "Resources/Options")) (append "theme:" #theme "\n") (append "use_pubscreen:Workbench\n") - (append "incremental_reflow:0\n") ) ) ) |