mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Don't change role of hint window
This commit is contained in:
parent
c3e1880d7f
commit
190b2173cd
1 changed files with 5 additions and 2 deletions
|
|
@ -430,8 +430,11 @@ end;
|
|||
var
|
||||
ClassName: WideString;
|
||||
begin
|
||||
ClassName:= Form.ClassName;
|
||||
QWidget_setWindowRole(QWidget_window(TQtWidget(Form.Handle).GetContainerWidget), @ClassName);
|
||||
if not (Form is THintWindow) then
|
||||
begin
|
||||
ClassName:= Form.ClassName;
|
||||
QWidget_setWindowRole(QWidget_window(TQtWidget(Form.Handle).GetContainerWidget), @ClassName);
|
||||
end;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue