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
cf95adf1
Commit
cf95adf1
authored
Feb 28, 2015
by
Željan Rikalo
🏊🏼
Browse files
qt: fixed crash with TSplitter resizestyle=rsNone. issue
#27559
git-svn-id: trunk@48042 -
parent
429efee0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lcl/interfaces/qt/qtlclintf.inc
View file @
cf95adf1
...
...
@@ -891,6 +891,8 @@ end;
procedure
TQtWidgetSet
.
SetRubberBandRect
(
const
ARubberBand
:
HWND
;
const
ARect
:
TRect
);
begin
if
ARubberBand
=
0
then
exit
;
QRubberBand_setGeometry
(
QRubberBandH
(
ARubberBand
),
@
ARect
);
end
;
...
...
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