Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
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
24a032bd
Commit
24a032bd
authored
Jul 03, 2012
by
Željan Rikalo
🏊🏼
Browse files
Gtk2: hide statusbar panel with width of 0.part of issue
#22362
git-svn-id: trunk@37856 -
parent
44587995
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/gtk2/gtk2proc.inc
View file @
24a032bd
...
...
@@ -6091,6 +6091,10 @@ begin
//DebugLn(' CurPanel.Width="',CurPanel.Width,'"');
gtk_widget_set_usize
(
StatusPanelWidget
,
CurPanel
.
Width
,
StatusPanelWidget
^.
allocation
.
height
);
if
CurPanel
.
Width
>
0
then
gtk_widget_show
(
StatusPanelWidget
)
else
gtk_widget_hide
(
StatusPanelWidget
);
g_object_set_data
(
PGObject
(
StatusPanelWidget
),
'lcl_statusbar_id'
,
@
AStatusBar
.
Panels
[
Index
]
.
ID
);
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#22362 (closed)
·
Jul 28, 2021
mentioned in issue
#22362 (closed)
mentioned in issue #22362
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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