Bugzilla – Attachment 119142 Details for
Bug 94069
EDITING: Moving a tablecontrol while editing a form leads to a hang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for libreoffice-5.0.2.2 which prevents this bug
0001-prevent-application-from-stalling-when-moving-a-wind.patch (text/plain), 877 bytes, created by
Donald Buczek
on 2015-09-30 16:29:26 UTC
(
hide
)
Description:
patch for libreoffice-5.0.2.2 which prevents this bug
Filename:
MIME Type:
Creator:
Donald Buczek
Created:
2015-09-30 16:29:26 UTC
Size:
877 bytes
patch
obsolete
>From 0374db26faedf86ca40080590567d566beab02cd Mon Sep 17 00:00:00 2001 >From: Donald Buczek <buczek@molgen.mpg.de> >Date: Wed, 30 Sep 2015 18:02:59 +0200 >Subject: [PATCH] prevent application from stalling when moving a window in > Database Form > >--- > vcl/unx/gtk/app/gtkdata.cxx | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx >index 2d8e26c..1d1a742 100644 >--- a/vcl/unx/gtk/app/gtkdata.cxx >+++ b/vcl/unx/gtk/app/gtkdata.cxx >@@ -589,7 +589,7 @@ void GtkData::Yield( bool bWait, bool bHandleAllCurrentEvents ) > > if( bDispatchThread ) > { >- int nMaxEvents = bHandleAllCurrentEvents ? 100 : 1; >+ int nMaxEvents = bHandleAllCurrentEvents ? 100 : 10; > gboolean wasOneEvent = TRUE; > while( nMaxEvents-- && wasOneEvent ) > { >-- >2.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 94069
:
118555
|
119142
|
120466