projects
/
platform
/
core
/
csapi
/
tizenfx.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7807a09
)
[NUI] bug fixed about windowPointerConstraintsEventCallback
author
joogab.yun
<joogab.yun@samsung.com>
Wed, 20 Sep 2023 08:10:21 +0000
(17:10 +0900)
committer
Jiyun Yang
<ji.yang@samsung.com>
Mon, 25 Sep 2023 06:47:45 +0000
(15:47 +0900)
src/Tizen.NUI/src/public/Window/WindowEvent.cs
patch
|
blob
|
history
diff --git
a/src/Tizen.NUI/src/public/Window/WindowEvent.cs
b/src/Tizen.NUI/src/public/Window/WindowEvent.cs
index
b278409
..
9036e53
100755
(executable)
--- a/
src/Tizen.NUI/src/public/Window/WindowEvent.cs
+++ b/
src/Tizen.NUI/src/public/Window/WindowEvent.cs
@@
-630,7
+630,7
@@
namespace Tizen.NUI
if (windowPointerConstraintsEventHandler == null && windowPointerConstraintsEventCallback != null)
{
using WindowPointerConstraintsSignal signal = new WindowPointerConstraintsSignal(Interop.WindowPointerConstraintsSignal.GetSignal(SwigCPtr), false);
- signal?.Disconnect(window
MouseRelative
EventCallback);
+ signal?.Disconnect(window
PointerConstraints
EventCallback);
windowPointerConstraintsEventCallback = null;
}
}