mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-11 03:45:06 -05:00
Fuck dragging for linux users!
git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@170 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
parent
5d4f147e51
commit
a23dd1b397
@ -168,7 +168,7 @@
|
||||
<HasResources Value="True"/>
|
||||
<ResourceBaseClass Value="Form"/>
|
||||
<UnitName Value="TestUnit"/>
|
||||
<CursorPos X="68" Y="770"/>
|
||||
<CursorPos X="33" Y="771"/>
|
||||
<TopLine Value="760"/>
|
||||
<EditorIndex Value="1"/>
|
||||
<UsageCount Value="202"/>
|
||||
@ -1397,7 +1397,7 @@
|
||||
<CursorPos X="56" Y="576"/>
|
||||
<TopLine Value="560"/>
|
||||
<EditorIndex Value="0"/>
|
||||
<UsageCount Value="10"/>
|
||||
<UsageCount Value="11"/>
|
||||
<Loaded Value="True"/>
|
||||
</Unit194>
|
||||
</Units>
|
||||
|
@ -767,7 +767,9 @@ end;
|
||||
procedure TForm1.PageControl1MouseDown(Sender: TObject; Button: TMouseButton;
|
||||
Shift: TShiftState; X, Y: Integer);
|
||||
begin
|
||||
PageControl1.BeginDrag({$ifdef linux}true{$else} false {$endif});
|
||||
{$ifdef mswindows}
|
||||
PageControl1.BeginDrag(false);
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user