Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
31967cab
Commit
31967cab
authored
Jun 02, 2012
by
Max-Wilhelm Bruker
Browse files
fixed CIW not disappearing after being opened by ChatView
parent
71579632
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/chatview.cpp
View file @
31967cab
...
@@ -228,7 +228,7 @@ void ChatView::mousePressEvent(QMouseEvent *event)
...
@@ -228,7 +228,7 @@ void ChatView::mousePressEvent(QMouseEvent *event)
void
ChatView
::
mouseReleaseEvent
(
QMouseEvent
*
event
)
void
ChatView
::
mouseReleaseEvent
(
QMouseEvent
*
event
)
{
{
if
(
hoveredItemType
==
HoveredCard
&&
((
event
->
button
()
==
Qt
::
MidButton
)
||
(
event
->
button
()
==
Qt
::
LeftButton
))
)
if
((
event
->
button
()
==
Qt
::
MidButton
)
||
(
event
->
button
()
==
Qt
::
LeftButton
))
emit
deleteCardInfoPopup
(
QString
(
"_"
));
emit
deleteCardInfoPopup
(
QString
(
"_"
));
QTextBrowser
::
mouseReleaseEvent
(
event
);
QTextBrowser
::
mouseReleaseEvent
(
event
);
...
...
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