Bugzilla – Attachment 53352 Details for
Bug 42612
EDITING: double-click on a table entry when table preview mode switched on opens table data window behind main application window
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
experimental: disable delay
42612_experiment_update_selection_synchronously.patch (text/plain), 572 bytes, created by
Lionel Elie Mamane
on 2011-11-09 14:34:56 UTC
(
hide
)
Description:
experimental: disable delay
Filename:
MIME Type:
Creator:
Lionel Elie Mamane
Created:
2011-11-09 14:34:56 UTC
Size:
572 bytes
patch
obsolete
>diff --git a/dbaccess/source/ui/control/dbtreelistbox.cxx b/dbaccess/source/ui/control/dbtreelistbox.cxx >index 15cd745..2441852 100644 >--- a/dbaccess/source/ui/control/dbtreelistbox.cxx >+++ b/dbaccess/source/ui/control/dbtreelistbox.cxx >@@ -185,7 +185,8 @@ void DBTreeListBox::implStopSelectionTimer() > void DBTreeListBox::implStartSelectionTimer() > { > implStopSelectionTimer(); >- m_aTimer.Start(); >+ //m_aTimer.Start(); >+ LINK(this, DBTreeListBox, OnTimeOut).Call(NULL); > } > > // -----------------------------------------------------------------------------
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 42612
:
53204
|
53205
|
53210
|
53245
|
53313
| 53352