refactor: Simplify Toolbar Measurement and Cleanup

- Removed toolbar measurement functionality from Toolset, including overflow checks and logging, to streamline the code.
- Eliminated unnecessary widget measurement calls in mode buttons and combo boxes, enhancing performance and clarity.
- Updated CMake configuration to exclude the widget measurement source file, reflecting the current project structure.
This commit is contained in:
scawful
2025-10-05 17:54:04 -04:00
parent 4451d9132f
commit 8383d149f7
2 changed files with 0 additions and 29 deletions

View File

@@ -17,7 +17,6 @@ set(
app/gui/widgets/widget_state_capture.cc
app/gui/ui_helpers.cc
app/gui/editor_layout.cc
app/gui/widgets/widget_measurement.cc
# Canvas system components
app/gui/canvas/canvas_modals.cc
app/gui/canvas/canvas_context_menu.cc