Skip to content

Commit 1ca6b18

Browse files
committed
Remove styles hiding from AutoGrouper.lua
1 parent b82ffc2 commit 1ca6b18

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## Changes from most recent to oldest
2+
**31 Aug 2021 - wpferguson - remove styles hiding from AutoGrouper.lua**
23
**02 Jul 2021 - wpferguson - merged API-7.0.0-dev branch to master**
34
* API-7.0.0 is darktable 3.6
45
* breaking changes

contrib/AutoGrouper.lua

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ local du = require "lib/dtutils"
4141

4242
du.check_min_api_version("7.0.0", "AutoGrouper")
4343

44-
dt.print_log("hiding styles")
45-
dt.gui.libs["styles"].visible = false
46-
4744
local MOD = 'autogrouper'
4845

4946
-- return data structure for script_manager
@@ -218,4 +215,4 @@ script_data.destroy_method = "hide"
218215
script_data.restart = restart
219216
script_data.show = restart
220217

221-
return script_data
218+
return script_data

0 commit comments

Comments
 (0)