mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 16:39:26 +02:00
* Fixed THintWindow visibility
git-svn-id: trunk@11567 -
This commit is contained in:
parent
8a25c21716
commit
8c939d81ad
@ -5579,7 +5579,7 @@ end;
|
||||
function TQtHintWindow.CreateWidget(const AParams: TCreateParams): QWidgetH;
|
||||
begin
|
||||
|
||||
Result := QWidget_create(nil, QtWindow);
|
||||
Result := QWidget_create(nil, QtToolTip);
|
||||
MenuBar := nil;
|
||||
CentralWidget := nil;
|
||||
LayoutWidget := nil;
|
||||
|
@ -437,9 +437,6 @@ var
|
||||
QtMainWindow: TQtMainWindow;
|
||||
begin
|
||||
QtMainWindow := TQtHintWindow.Create(AWinControl, AParams);
|
||||
QtMainWindow.setShowInTaskBar(False);
|
||||
TQtWSCustomForm.SetQtWindowBorderStyle(QtMainWindow, bsNone);
|
||||
TQtWSCustomForm.SetQtBorderIcons(QtMainWindow, []);
|
||||
// Sets Various Events
|
||||
QtMainWindow.AttachEvents;
|
||||
Result := THandle(QtMainWindow);
|
||||
|
Loading…
Reference in New Issue
Block a user