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
chat
fairchat
Commits
48713a2c
Commit
48713a2c
authored
Feb 27, 2019
by
armin
Browse files
fixes channels staying grey
parent
55154100
Changes
2
Hide whitespace changes
Inline
Side-by-side
engine
@
4a59d1e9
Compare
2485fc00
...
4a59d1e9
Subproject commit
2485fc0092f65f63b7b6976308da3b51db8b473c
Subproject commit
4a59d1e9d509b4e252761796aabd4ee57dbc116e
fairchat/qml/pages/mainView/ChannelRow.qml
View file @
48713a2c
...
...
@@ -45,6 +45,12 @@ MouseArea {
onReleased
:
{
rect
.
color
=
"
transparent
"
}
onExited
:
{
rect
.
color
=
"
transparent
"
}
onCanceled
:
{
rect
.
color
=
"
transparent
"
}
Rectangle
{
id
:
rect
...
...
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