Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Pitiot
CGoGN
Commits
0c4ea341
Commit
0c4ea341
authored
Aug 14, 2012
by
Sylvain Thery
Browse files
small modification for mast memory leaks with Qt
parent
19384357
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Utils/Qt/qtSimple.cpp
View file @
0c4ea341
...
...
@@ -99,7 +99,7 @@ SimpleQT::SimpleQT() :
m_textConsole
=
new
QTextEdit
();
m_textConsole
->
setLineWrapMode
(
QTextEdit
::
NoWrap
);
m_textConsole
->
setTabStopWidth
(
20
);
m_textConsole
->
setReadOnly
(
true
);
//
m_textConsole->setReadOnly(true);
m_dockConsole
->
setWidget
(
m_textConsole
);
...
...
src/Utils/Qt/qtgl.cpp
View file @
0c4ea341
...
...
@@ -329,6 +329,7 @@ void GLWidget::keyPressEvent(QKeyEvent* event)
{
close
();
m_cbs
->
close
();
return
;
}
m_state_modifier
=
event
->
modifiers
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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