mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-22 03:39:43 +02:00
Gtk2: added todo for column resizing
git-svn-id: trunk@35570 -
This commit is contained in:
parent
967f02d777
commit
6791144fee
@ -1305,6 +1305,8 @@ begin
|
||||
// here we are
|
||||
if gtk_tree_view_get_bin_window(PGtkTreeView(MainView)) <> Event^.window then
|
||||
Result := False;
|
||||
//TODO: queue column resize when x < 0
|
||||
// gtk_tree_view_column_queue_resize(tree_column: PGtkTreeViewColumn)
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user