Custom GTK3-theme "blackfoxx" (and instructions to disable tooltips in RT)

Hi :v:

At first:
I was able to retrace this “problem” within ART_1.0_Win64 as well as in
ART_master_1.0-31-g431086649_W64_generic_200206.
Exactly as @spidermonkey described.
Thereupon I compared the blackfoxx-GTK3-20_.css and the TooWaBlue-GTK3-20_.css
with the RawTherapee-GTK3-20_.css. I was just looking for keywords, such as “crop”, “preview”, “window” etc. And found only ONE entry in RawTherapee-GTK3-20_.css which didn’t exist in the blackfoxx or TooWaBlue file. So I added this one entry

#PreviewWindow {
border-style: solid;
}

to the blackfoxx and TooWaBlue file, but nothing changed…
However, this “error” must be in these two .css files, otherwise it wouldn’t work with the original RawTherapee-GTK3-20_.css.
But unfortunately I don’t have time to compare this 2130 lines of code in the blackfoxx/TooWaBlue themes with the 1356 lines of the RawTherapee theme one by one.
But maybe @TooWaBoo can take a look here too?!

Second:
During these investigations I found another “problem” within RawTherapee :expressionless:
In fact, while using the crop-tool in ART:

  • creating any selection
  • switch back to hand-tool or click crop-tool once again
  • selection will be cut out and displayed without the remaining picture within the preview-window

ART crop-tool after drawing an selection:

ART crop-tool after switching back to hand-tool or click on crop-tool again:

And while using the crop-tool in RawTherapee:

  • creating any selection
  • switch back to hand-tool or click crop-tool once again
  • nothing happens after that

RawTherapee crop-tool after drawing an selection:


RawTherapee crop-tool after switching back to hand-tool or click on crop-tool again:

It remains the same. No matter which tool is chosen after drawing an selection, nothing happens!

Even the selection can’t be moved around within the picture, without changing it’s values or creating a new one… :thinking:
AND: in case of this second “problem” it doesn’t matter which theme is applied!

I don’t know if this behavior is “normal” or another issue?!
Maybe somebody else can say something about that?!

Regards

Click any of the marked buttons instead of the leftmost button
image

Ah, okay. Thanks for your hint. It works.
So the remaining parts of the picture will be replaced with the chosen background color.
But moving the selection around (without changing it’s values) within the remaining picture still doesn’t work…
Regards

Thanks for your investigations so far…

1 Like

Meanwhile I also found out how to move a selection around within the remaining picture:

  • Just hold the Shift-Key while moving the mouse. :see_no_evil:

So the whole second “problem” from Post 21 is just solved :sweat_smile:
Sorry!

It’s a good idea to see the documentation before reporting a potential bug.

Yes, of course. I already did, but maybe it was too long ago.
And as I need the crop tool very rarely (I try to photograph that it fits from the beginning)
I just forgot about about that Shift-Key…