mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-22 01:44:49 -05:00
Instead of checking the cursor position at the time of the paste, it needed to be checked at the time of the context menu creation to ensure the segment gets pasted into the correct section
11 lines
262 B
C++
11 lines
262 B
C++
namespace advss {
|
|
|
|
class AdvSceneSwitcher;
|
|
|
|
bool MacroSegmentIsInClipboard();
|
|
bool MacroActionIsInClipboard();
|
|
void SetCopySegmentTargetActionType(bool setToElseAction);
|
|
void SetupSegmentCopyPasteShortcutHandlers(AdvSceneSwitcher *window);
|
|
|
|
} // namespace advss
|