Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
FPC
Lazarus
Lazarus
Commits
344723bd
Commit
344723bd
authored
Mar 20, 2015
by
Željan Rikalo
🏊🏼
Browse files
Gtk2: do not set TStatusBar panel text if panel is ownerdrawn. issue
#27695
git-svn-id: trunk@48435 -
parent
45a96a8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/gtk2/gtk2proc.inc
View file @
344723bd
...
...
@@ -6171,6 +6171,9 @@ begin
else
PanelText
:=
''
;
if
(
CurPanel
<>
nil
)
and
(
CurPanel
.
Style
=
psOwnerDraw
)
then
PanelText
:=
''
;
ContextID
:=
gtk_statusbar_get_context_id
(
PGTKStatusBar
(
StatusPanelWidget
),
'state'
);
//DebugLn(' PanelText="',PanelText,'"');
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27695 (closed)
·
Jul 29, 2021
mentioned in issue
#27695 (closed)
mentioned in issue #27695
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment