Disable pixel grid if OpenGL is disabled
ClosedPublic

Authored by arukuka on Sep 5 2018, 5:32 PM.

Details

Summary

BUG: 388903

I thought that following change is one way to fix it.

  • adds ActivationCondition for disabling the action
  • sets the action unchecked if OpenGL is disabled

However, I am not sure that it is acceptable way.
I was wondering if you could check diffs.

Before

After

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
arukuka requested review of this revision.Sep 5 2018, 5:32 PM
arukuka created this revision.
rempt accepted this revision.Sep 6 2018, 8:49 AM
rempt added a subscriber: rempt.

I've tested it and it works correctly. Do you have push access?

This revision is now accepted and ready to land.Sep 6 2018, 8:49 AM

I've tested it and it works correctly.

Thank you!

Do you have push access?

No, I don't have that.

rempt added a comment.Sep 6 2018, 9:22 AM

Okay, I'll push it.

This revision was automatically updated to reflect the committed changes.