Skip to content
Snippets Groups Projects
Commit 4cbcbf48 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

UI: fix table selection

Change-Id: I67f87954276c7aaf9f567e0fb0b2523d9827d2ee
parent 81be897f
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
[super drawBackgroundInRect:dirtyRect];
}
if ((self.mouseInside) && self.highlightable) {
if ((self.mouseInside || self.selected) && self.highlightable) {
[self.effect_view setHidden:NO];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment