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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user