Skip to content

Commit

Permalink
Fix pen property view
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDoctorDE committed Jan 2, 2024
1 parent 929670f commit 7b76b81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/lib/views/app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@ class _MainPopupMenu extends StatelessWidget {
: null,
),
tooltip: AppLocalizations.of(context).actions,
isSelected: controller.isOpen,
onPressed: controller.toggle,
),
),
Expand Down
1 change: 0 additions & 1 deletion app/lib/views/property.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class _PropertyViewState extends State<PropertyView>
),
tooltip:
AppLocalizations.of(context).icon,
isSelected: controller.isOpen,
),
menuChildren: menuChildren,
),
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,8 @@ packages:
dependency: "direct main"
description:
path: "packages/material_leap"
ref: "0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9"
resolved-ref: "0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9"
ref: "781b9db010dd8a6f43350e8ef70d25f863a6c2cf"
resolved-ref: "781b9db010dd8a6f43350e8ef70d25f863a6c2cf"
url: "https://github.com/LinwoodDev/dart_pkgs.git"
source: git
version: "0.0.1"
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies:
material_leap:
git:
url: https://github.com/LinwoodDev/dart_pkgs.git
ref: 0ec9d6cdeffd298f1f8165059d8df1aecb5e7cb9
ref: 781b9db010dd8a6f43350e8ef70d25f863a6c2cf
path: packages/material_leap
lw_sysinfo:
git:
Expand Down
3 changes: 2 additions & 1 deletion fastlane/metadata/android/en-US/changelogs/87.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
* Fix markdown label editing
* Fix not working new line
* Fix asset card missing ripple effect
* Fix rename saved function will be triggered multiple times
* Fix rename saved function will be triggered multiple times
* Fix pen property view

0 comments on commit 7b76b81

Please sign in to comment.