git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
HUGE ITTSW Checkin. For those only interested in the short version, it is as
[ITKit.git]
/
ITCutWindowEffect.m
diff --git
a/ITCutWindowEffect.m
b/ITCutWindowEffect.m
index
a42fcc8
..
79381cb
100755
(executable)
--- a/
ITCutWindowEffect.m
+++ b/
ITCutWindowEffect.m
@@
-13,7
+13,7
@@
- (void)performAppear
{
[_window orderFront:self];
- (void)performAppear
{
[_window orderFront:self];
- [self setWindowVisibility:IT
TransientStatus
WindowVisibleState];
+ [self setWindowVisibility:ITWindowVisibleState];
}
- (void)cancelAppear
}
- (void)cancelAppear
@@
-30,7
+30,7
@@
- (void)performVanish
{
[_window orderOut:self];
- (void)performVanish
{
[_window orderOut:self];
- [self setWindowVisibility:IT
TransientStatus
WindowHiddenState];
+ [self setWindowVisibility:ITWindowHiddenState];
}
- (void)cancelVanish
}
- (void)cancelVanish