mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 10:38:13 +00:00
PixelPaint: Update debug message in the copy action to the used method (#8113)
This commit is contained in:
parent
58c182b19e
commit
96588adbd4
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ int main(int argc, char** argv)
|
|||
}
|
||||
auto bitmap = editor->active_layer()->try_copy_bitmap(editor->selection());
|
||||
if (!bitmap) {
|
||||
dbgln("try_copy() from Layer failed");
|
||||
dbgln("try_copy_bitmap() from Layer failed");
|
||||
return;
|
||||
}
|
||||
GUI::Clipboard::the().set_bitmap(*bitmap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue