diff options
| author | Mark Levedahl <mlevedahl@gmail.com> | 2025-05-20 13:53:52 -0400 |
|---|---|---|
| committer | Mark Levedahl <mlevedahl@gmail.com> | 2025-07-21 11:59:21 -0400 |
| commit | 9b1c537fdbdf5bcad2f73bbad8eb06983889ff78 (patch) | |
| tree | 8f49e3073bd68f9769f055d6c5d05cf2d71875ea /lib/console.tcl | |
| parent | fdc0e3a29020276de3d9344d2ab0caf4d086fd3a (diff) | |
| download | git-9b1c537fdbdf5bcad2f73bbad8eb06983889ff78.tar.gz | |
git-gui: remove non-ttk code
git-gui has code paths to support older non-ttk widgets, but this code
is no longer reachable as ttk is always used. Remove that code.
Signed-off-by: Mark Levedahl <mlevedahl@gmail.com>
Diffstat (limited to 'lib/console.tcl')
| -rw-r--r-- | lib/console.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/console.tcl b/lib/console.tcl index ad6804bc34..267699408c 100644 --- a/lib/console.tcl +++ b/lib/console.tcl @@ -27,7 +27,7 @@ constructor embed {path title} { } method _init {} { - global M1B use_ttk + global M1B if {$is_toplevel} { make_dialog top w -autodelete 0 |
