Bug 56859

Summary: Ошибка /src/common/sizer.cpp(2278): assert "CheckSizerFlags(!((flags)
Product: Sisyphus Reporter: obidinog <obidinog>
Component: cryptoteAssignee: Nikolay A. Fetisov <naf>
Status: NEW --- QA Contact: qa-sisyphus
Severity: normal    
Priority: P5 CC: naf
Version: unstable   
Hardware: x86_64   
OS: Linux   
Attachments:
Description Flags
screen none

Description obidinog@basealt.ru 2025-11-14 15:31:58 MSK
Created attachment 20080 [details]
screen

Платформа:
alt-kworkstation p11 x86_64 (Обновленный до Sisyphus)

Пакет:
cryptote 0.6.0-alt4

Шаги:
Запустить cryptote
$ cryptote

Сохранить файл
Нажать Container -> Save as ...-> Name: test -> Save

Результат: Возникает окно с ошибкой

./src/common/sizer.cpp(2278): assert "CheckSizerFlags(!((flags) & (wxALIGN_RIGHT)))" failed in DoInsert(): wxALIGN_RIGHT will be ignored in this sizer: only vertical alignment flags can be used in horizontal sizers
DO NOT PANIC !!
If you're an end user running a program not developed by you, please ignore this message, it is harmless, and please try reporting the problem to the program developers.
You may also set WXSUPPRESS_SIZER_FLAGS_CHECK environment variable to suppress all such checks when running this program.
If you're the developer, simply remove this flag from your code to avoid getting this message. You can also call wxSizerFlags::DisableConsistencyChecks() to globally disable all such checks, but this is strongly not recommended.