mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 21:20:28 +02:00
LCL-GTK2: A workaround to prevent a complete freeze with menu seperators. Issue #31138.
git-svn-id: trunk@54765 -
This commit is contained in:
parent
73b1b38cde
commit
fb21bde862
@ -1254,12 +1254,16 @@ begin
|
||||
Level := 'CRITICAL';
|
||||
Ex := EInterfaceCritical;
|
||||
end
|
||||
{ Commented out for issue #31138. The whole system freezed because of GTK2 exception:
|
||||
"Invalid borders specified for theme pixmap: .../line-h.png. Borders don't fit within the image."
|
||||
ToDo: Fix the issue properly.
|
||||
else
|
||||
if ALogLevel and G_LOG_LEVEL_WARNING <> 0
|
||||
then begin
|
||||
Level := 'WARNING';
|
||||
Ex := EInterfaceWarning;
|
||||
end
|
||||
}
|
||||
else
|
||||
if ALogLevel and G_LOG_LEVEL_INFO <> 0
|
||||
then begin
|
||||
|
Loading…
Reference in New Issue
Block a user