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
429efee0
Commit
429efee0
authored
Feb 28, 2015
by
Željan Rikalo
🏊🏼
Browse files
gtk2: fixed crash with TSplitter with resizestyle = rsNone. issue
#27559
git-svn-id: trunk@48041 -
parent
a99c9eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/gtk2/gtk2lclintf.inc
View file @
429efee0
...
...
@@ -1374,6 +1374,8 @@ end;
procedure
TGtk2WidgetSet
.
SetRubberBandRect
(
const
ARubberBand
:
HWND
;
const
ARect
:
TRect
);
begin
if
ARubberBand
=
0
then
exit
;
with
ARect
do
gdk_window_move_resize
({
%
H
-
}
PGtkWidget
(
ARubberBand
)
^.
window
,
Left
,
Top
,
Right
-
Left
,
Bottom
-
Top
);
...
...
FPC Admin account
@fpc_admin
mentioned in issue
#27559 (closed)
·
Jul 28, 2021
mentioned in issue
#27559 (closed)
mentioned in issue #27559
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