View Issue Details

IDProjectCategoryView StatusLast Update
0005521DarkRadiantGUIpublic13.01.2024 05:32
ReporterBikerdude Assigned To 
PrioritynormalSeveritynormalReproducibilityalways
Status closedResolutionno change required 
PlatformPCOSWindowsOS Version10
Product Version2.11.0 
Fixed in Version3.4.0 
Summary0005521: Layers window: Show All button grayed out
DescriptionAfter a short period of time the 'Show All' button on the layers window becomes grayed out. see attached.

This is on a fresh as this morning darkradiant config files.
TagsNo tags attached.
Attached Files
Untitled.jpg (84,924 bytes)   
Untitled.jpg (84,924 bytes)   

Relationships

related to 0006107 closedgreebo Allow Layers to be arranged into a Tree 

Activities

greebo

greebo

03.02.2021 17:19

administrator   ~0013617

It becomes greyed out when all layers are visible. Is one of your layers hidden?
Bikerdude

Bikerdude

03.02.2021 17:49

reporter   ~0013619

Well that's annoying, when I took the screenshot I had a number of layers hidden.

So in answer to your query, the issue is that the 'Show All' is greys out when I have some layers hidden, so I am trying to show all of them when I noticed the button was greyed out.
greebo

greebo

03.02.2021 18:17

administrator   ~0013622

Any special things you can remember you did before this started to happen? I don't see this happening over here.

When this happens again, make a screenshot of the layers window, then go to the Python console and run this script:

import darkradiant as dr

class LayerPrinter(dr.LayerVisitor):
    def visit(self, layerID, layerName):
        print(layerName + " is visible" if GlobalLayerManager.layerIsVisible(layerID) else " is not visible")
layerPrinter = LayerPrinter()
GlobalLayerManager.foreachLayer(layerPrinter)
print("=================")
Bikerdude

Bikerdude

03.02.2021 20:12

reporter   ~0013627

Ok will do.
Bikerdude

Bikerdude

18.07.2022 10:01

reporter   ~0015060

As of DR 3.0 this is still happening and I have just gotten used to it. The work around is to close and reopen the layers window.
Bikerdude

Bikerdude

18.09.2022 10:58

reporter   ~0015258

The above work around applies to 3.1.0 also.
greebo

greebo

18.09.2022 12:00

administrator   ~0015263

I plan to do a rewrite of the Layers window in the next few releases.
Bikerdude

Bikerdude

02.10.2022 18:29

reporter   ~0015287

thanks Greebo.

Issue History

Date Modified Username Field Change
03.02.2021 16:59 Bikerdude New Issue
03.02.2021 16:59 Bikerdude File Added: Untitled.jpg
03.02.2021 17:00 Bikerdude Description Updated
03.02.2021 17:19 greebo Note Added: 0013617
03.02.2021 17:19 greebo Status new => feedback
03.02.2021 17:49 Bikerdude Note Added: 0013619
03.02.2021 17:49 Bikerdude Status feedback => new
03.02.2021 18:17 greebo Note Added: 0013622
03.02.2021 18:17 greebo Status new => feedback
03.02.2021 20:12 Bikerdude Note Added: 0013627
03.02.2021 20:12 Bikerdude Status feedback => new
05.02.2021 08:18 greebo Status new => feedback
18.07.2022 10:01 Bikerdude Note Added: 0015060
18.07.2022 10:01 Bikerdude Status feedback => new
18.09.2022 10:58 Bikerdude Note Added: 0015258
18.09.2022 12:00 greebo Note Added: 0015263
02.10.2022 18:29 Bikerdude Note Added: 0015287
03.10.2022 18:34 greebo Relationship added related to 0006107
03.10.2022 18:34 greebo Status new => resolved
03.10.2022 18:34 greebo Resolution open => no change required
03.10.2022 18:34 greebo Fixed in Version => 3.4.0
13.01.2024 05:32 greebo Status resolved => closed