OSDN Git Service

nvdaHelper displayModel interface implementation of getWindowTextInRect: when collect...
authorMichael Curran <mick@kulgan.net>
Thu, 11 Nov 2010 05:25:25 +0000 (15:25 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 11 Nov 2010 05:25:25 +0000 (15:25 +1000)
commit6734aaf55c604ad78f89644f56656d599be599f3
tree8daaf40e6a7ef381a0d81ee9ac2c3d83dc4cbf4b
parent9ddf195bd766b932686821c011c166201c1e4c9a
nvdaHelper displayModel interface implementation of getWindowTextInRect: when collecting text from descendant windows, ignore windows that are invisible according to IsWindowVisible. This among other things stops text from other tabs bleeding through when reviewing a particular propertysheet in a multitabbed dialog (e.g. file / folder properties in Windows explorer).
source/NVDAHelper/remote/displayModelRemote.cpp