mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Prevent query memo height being reduced to 0 pixels, which makes it non resizable for some reason. Fixes issue #1147.
This commit is contained in:
@@ -1231,6 +1231,7 @@ object MainForm: TMainForm
|
||||
Height = 4
|
||||
Cursor = crSizeNS
|
||||
Align = alTop
|
||||
AutoSnap = False
|
||||
ResizeStyle = rsUpdate
|
||||
end
|
||||
object LabelResultinfo: TLabel
|
||||
|
||||
@@ -8451,6 +8451,7 @@ begin
|
||||
QueryTab.spltQuery.Height := spltQuery.Height;
|
||||
QueryTab.spltQuery.Cursor := spltQuery.Cursor;
|
||||
QueryTab.spltQuery.ResizeStyle := spltQuery.ResizeStyle;
|
||||
QueryTab.spltQuery.AutoSnap := spltQuery.AutoSnap;
|
||||
|
||||
QueryTab.LabelResultInfo := TLabel.Create(QueryTab.TabSheet);
|
||||
QueryTab.LabelResultInfo.Parent := QueryTab.TabSheet;
|
||||
|
||||
Reference in New Issue
Block a user