Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dtk
dtk
Commits
5a3c09c6
Commit
5a3c09c6
authored
May 11, 2012
by
NICLAUSSE Nicolas
Browse files
process Qt events only in NodeView
parent
3c40aef6
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/dtkComposer/dtkComposerEvaluator.cpp
View file @
5a3c09c6
...
...
@@ -4,9 +4,9 @@
* Copyright (C) 2011 - Thibaud Kloczko, Inria.
* Created: Mon Jan 30 11:34:40 2012 (+0100)
* Version: $Id$
* Last-Updated:
Thu May
1
0
1
3:58:18
2012 (+0200)
* By:
tkloczko
* Update #: 5
29
* Last-Updated:
ven. mai
1
1
1
6:05:25
2012 (+0200)
* By:
Nicolas Niclausse
* Update #: 5
30
*/
/* Commentary:
...
...
@@ -163,7 +163,5 @@ bool dtkComposerEvaluator::step(bool run_concurrent)
}
}
qApp
->
processEvents
();
return
!
d
->
stack
.
isEmpty
();
}
src/dtkComposer/dtkComposerNodeView.cpp
View file @
5a3c09c6
...
...
@@ -4,9 +4,9 @@
* Copyright (C) 2008-2011 - Julien Wintz, Inria.
* Created: Tue Apr 24 23:29:24 2012 (+0200)
* Version: $Id$
* Last-Updated:
Thu May 3 11:09:5
9 2012 (+0200)
* By:
Julien Wintz
* Update #: 14
5
* Last-Updated:
ven. mai 11 16:18:4
9 2012 (+0200)
* By:
Nicolas Niclausse
* Update #: 14
9
*/
/* Commentary:
...
...
@@ -78,6 +78,7 @@ dtkComposerNodeView::~dtkComposerNodeView(void)
void
dtkComposerNodeView
::
run
(
void
)
{
emit
runned
();
qApp
->
processEvents
();
}
QString
dtkComposerNodeView
::
type
(
void
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment