https://bugs.kde.org/show_bug.cgi?id=462185

            Bug ID: 462185
           Summary: Pasting bugs (crash)
    Classification: Applications
           Product: krita
           Version: 5.1.3
          Platform: Microsoft Windows
                OS: Microsoft Windows
            Status: REPORTED
          Severity: crash
          Priority: NOR
         Component: Scripting
          Assignee: krita-bugs-n...@kde.org
          Reporter: keyth2363...@gmail.com
  Target Milestone: ---

SUMMARY
so some pasting actions in Python are quite broken.


STEPS TO REPRODUCE
1. Copy some image into the clipboard with ctrl+c
2. use one of the follow codes on the scripter

"""
import krita
Krita.instance().action('edit_paste').trigger()
"""
"""
import krita
Krita.instance().action('paste_into').trigger()
"""

OBSERVED RESULT
What each block of code does:
1 - Creates a reference object on canvas.
2 - Causes an Instant CRASH on the application.

EXPECTED RESULT
What each block of code should do:
1 - create a paint or vector layer with the information in the clipboard.
2 - well not crash the application.

SOFTWARE/OS VERSIONS
Windows:  w10
Qt Version: 5.12.12

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to