AyuGramDesktop/Telegram/SourceFiles/editor/scene
John Preston 19ce1edc16 Use base::SafeRound instead of std::round.
Previous assertion violations because of NaN from std::round were
in video streaming, see commits 27d58ba07b, 8f5830d520.

Now the crashes happened in the ConvertScale() call from a background
thread when preparing an image from clipboard for sending to a chat.
2021-09-27 12:13:57 +04:00
..
scene.cpp Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene.h Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene_item_base.cpp Use base::SafeRound instead of std::round. 2021-09-27 12:13:57 +04:00
scene_item_base.h Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene_item_canvas.cpp Beta version 2.8.6: Fix build for Linux. 2021-07-07 00:54:56 +03:00
scene_item_canvas.h Fixed line drawing on mode switching in photo editor. 2021-07-06 12:13:06 +03:00
scene_item_image.cpp Moved Editor::ItemBase arguments to struct. 2021-07-09 12:49:06 +03:00
scene_item_image.h Moved Editor::ItemBase arguments to struct. 2021-07-09 12:49:06 +03:00
scene_item_line.cpp Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene_item_line.h Refactored and fixed saving scene states between modes in photo editor. 2021-07-09 12:49:07 +03:00
scene_item_sticker.cpp Moved Editor::ItemBase arguments to struct. 2021-07-09 12:49:06 +03:00
scene_item_sticker.h Fixed item handlers size when opening photo editor with modified scene. 2021-07-09 12:49:07 +03:00