Starts program by assuming the clipboard has been modified.

[GB.GTK]
* BUG: Starts program by assuming the clipboard has been modified.

[GB.GTK3]
* BUG: Starts program by assuming the clipboard has been modified.

[GB.QT4]
* BUG: Starts program by assuming the clipboard has been modified.

[GB.QT5]
* BUG: Starts program by assuming the clipboard has been modified.
This commit is contained in:
Benoît Minisini 2023-01-12 00:57:27 +01:00
parent 47fd6ba080
commit 40de952214

View File

@ -206,7 +206,7 @@ static bool paste(const QMimeData *data, const char *fmt)
***************************************************************************/
static GB_ARRAY _clipboard_formats[2] = { NULL };
static bool _clipboard_has_changed[2] = { FALSE };
static bool _clipboard_has_changed[2] = { TRUE };
#define CURRENT_MODE() (_current_clipboard == CLIPBOARD_SELECTION ? QClipboard::Selection : QClipboard::Clipboard)