goodmind / sunflower-fm

Automatically exported from code.google.com/p/sunflower-fm
GNU General Public License v3.0
1 stars 0 forks source link

More distinct selection between active panel and inactive #366

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What feature would you like to be added or changed?

The selected items on both sides have the same background color. So I usually 
copy file in the wrong direction by mistake. It's a disaster when updating 
file. If the selected items of inactive panel are less attractive(e.g. gray bg) 
than active ones, that will be better.

Original issue reported on code.google.com by turnle...@gmail.com on 23 Oct 2014 at 3:25

GoogleCodeExporter commented 9 years ago
Can you provide a screen shot?

Original comment by MeanEYE.rcf on 23 Oct 2014 at 3:27

GoogleCodeExporter commented 9 years ago
As fig shows, the left selected file 'main.cs' has the same background color as 
the right one. It's not easy to identify the active selection.

Original comment by turnle...@gmail.com on 23 Oct 2014 at 4:03

Attachments:

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Ah okay. I see. It's a known "issue". More of a theme problem. GTK+ shows 
selection even when component doesn't have focus. That's why I highlight tab 
title bar to make it easier regardless of theme. 

While I understand this issue, there's isn't a single solution that fits all 
use cases in GTK version 2.x which 0.2 is using. I could change selection color 
and force it to change when loosing focus I am not entirely sure it will work 
good on all themes.

I will try to fix it, but most likely this issue will be resolved once we 
switch to GTK3, which should be soon anyway.

For further development regarding this issue I suggest following newly created 
issue on GitHub: https://github.com/MeanEYE/Sunflower/issues/57

Original comment by MeanEYE.rcf on 23 Oct 2014 at 4:37

GoogleCodeExporter commented 9 years ago
This is fixed in GTK3 branch.

Original comment by MeanEYE.rcf on 14 Nov 2014 at 9:48