I am developing a general plugin and want to disable the outline drawing in inactive layers, and found needsExtraMainOutlineDrawingForInactiveLayer_(layer) but I can’t get it to work. I have this method in the class:
But true or false, calling or not calling, I tried all combinations but none worked: If I don’t call explicitly, it never gets called. Even if I call, either boolean value doesn’t make a difference. Is it because I’m making a general plugin?