OSDN Git Service
(root)
/
neighbornote
/
NeighborNote.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02ca42e
)
Lowered timer for hiding the window on minimize.
author
Randy Baumgarte
<randy@fbn.cx>
Thu, 30 Sep 2010 22:05:32 +0000
(18:05 -0400)
committer
Randy Baumgarte
<randy@fbn.cx>
Fri, 1 Oct 2010 16:44:29 +0000
(12:44 -0400)
src/cx/fbn/nevernote/NeverNote.java
patch
|
blob
|
history
diff --git
a/src/cx/fbn/nevernote/NeverNote.java
b/src/cx/fbn/nevernote/NeverNote.java
index
2a8e66b
..
0d4366d
100644
(file)
--- a/
src/cx/fbn/nevernote/NeverNote.java
+++ b/
src/cx/fbn/nevernote/NeverNote.java
@@
-4918,7
+4918,7
@@
public class NeverNote extends QMainWindow{
if (e.type() == QEvent.Type.WindowStateChange) {
if (isMinimized() && Global.showTrayIcon()) {
e.accept();
- QTimer.singleShot(
20
0, this, "hide()");
+ QTimer.singleShot(
1
0, this, "hide()");
return;
}
if (isMaximized())