View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005521 | DarkRadiant | GUI | public | 03.02.2021 16:59 | 13.01.2024 05:32 |
Reporter | Bikerdude | Assigned To | |||
Priority | normal | Severity | normal | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | PC | OS | Windows | OS Version | 10 |
Product Version | 2.11.0 | ||||
Fixed in Version | 3.4.0 | ||||
Summary | 0005521: Layers window: Show All button grayed out | ||||
Description | After 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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
It becomes greyed out when all layers are visible. Is one of your layers hidden? | |
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. |
|
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("=================") |
|
Ok will do. | |
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. | |
The above work around applies to 3.1.0 also. | |
I plan to do a rewrite of the Layers window in the next few releases. | |
thanks Greebo. | |
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 |